Enum crowbar::ContextError [] [src]

pub enum ContextError {
    GetRemainingTimeFailed,
}

Error enum for things that can go wrong while processing the context object.

Variants

Occurs if crowbar is unable to call the method on the context object or cast it to a u64 from the Python object.

Trait Implementations

impl Debug for ContextError
[src]

Formats the value using the given formatter.

impl Display for ContextError
[src]

Formats the value using the given formatter. Read more

impl Error for ContextError
[src]

A short description of the error. Read more

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