Struct libstripe::StripeRequestObject [] [src]

pub struct StripeRequestObject {
    pub error_type: ErrorType,
    pub charge: Option<String>,
    pub message: Option<String>,
    pub code: Option<ErrorCode>,
    pub decline_code: Option<String>,
    pub param: Option<String>,
    pub doc_url: Option<String>,
}

Fields

Trait Implementations

impl From<StripeRequestObject> for Error
[src]

[src]

Performs the conversion.

impl Debug for StripeRequestObject
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for StripeRequestObject
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for StripeRequestObject
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for StripeRequestObject
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

Auto Trait Implementations