pub enum WebhookError {
BadKey,
BadHeader(ParseIntError),
BadSignature,
BadTimestamp(i64),
BadParse(Error),
}
An error encountered when communicating with the Stripe API webhooks.
The provided secret could not be parsed as a key
(e.g. it may not be the correct size).
The event's headers are in an unexpected format.
The event signature could not be verified.
The event signature's timestamp was too old.
An error deserializing an event received from stripe.
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level cause of this error, if any. Read more
The lower-level source of this error, if any. Read more
Converts the given value to a String
. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static