Enum stripe::ErrorCode[][src]

pub enum ErrorCode {
    InvalidNumber,
    InvalidExpiryMonth,
    InvalidExpiryYear,
    InvalidCvc,
    InvalidSwipeData,
    IncorrectNumber,
    ExpiredCard,
    IncorrectCvc,
    IncorrectZip,
    CardDeclined,
    Missing,
    ProcessingError,
}

The list of possible values for a RequestError's code.

Variants

Trait Implementations

impl Debug for ErrorCode
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ErrorCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for ErrorCode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorCode

impl Sync for ErrorCode