Struct coatcheck::ClaimError [-] [src]

pub struct ClaimError {
    pub kind: ErrorKind,
    pub ticket: Ticket,
}

The error yielded when a claim fails.

Fields

kind

The error kind.

ticket

The ticket used in the failed claim.

Trait Implementations

impl ErrorTrait for ClaimError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl Display for ClaimError

fn fmt(&self, f: &mut Formatter) -> Result

impl Debug for ClaimError

fn fmt(&self, f: &mut Formatter) -> Result