You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same exception will be thrown in the event of either a JSON processing error or an actual signature validation failure. We'd like to handle these differently but prefer not ot work out which is which by string matching.
The public SignatureException(String message, Throwable cause) constructor should be used instead, to allow us to determine the underlying exception.
The text was updated successfully, but these errors were encountered:
WebhooksApi.constructEvent(...)
The same exception will be thrown in the event of either a JSON processing error or an actual signature validation failure. We'd like to handle these differently but prefer not ot work out which is which by string matching.
The
public SignatureException(String message, Throwable cause)
constructor should be used instead, to allow us to determine the underlying exception.The text was updated successfully, but these errors were encountered: