Enum stripe::WebhookError [−][src]
pub enum WebhookError {
BadKey,
BadHeader(ParseIntError),
BadSignature,
BadTimestamp(i64),
BadParse(Error),
}
Expand description
An error encountered when communicating with the Stripe API webhooks.
Variants
BadKey
BadHeader(ParseIntError)
Tuple Fields
BadSignature
BadTimestamp(i64)
Tuple Fields
0: i64
BadParse(Error)
Tuple Fields
0: Error
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for WebhookError
impl Send for WebhookError
impl Sync for WebhookError
impl Unpin for WebhookError
impl !UnwindSafe for WebhookError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more