Enum librsnek::api::result::ErrorType [] [src]

pub enum ErrorType {
    Runtime,
    Type,
    Overflow,
    NotImplemented,
    Attribute,
    Value,
    Key,
    ModuleNotFound,
    StopIteration,
    Name,
    System,
    Recursion,
    Assertion,
    Syntax,
    Index,
}

Variants

Trait Implementations

impl Debug for ErrorType
[src]

Formats the value using the given formatter.

impl Clone for ErrorType
[src]

Returns a copy of the value.

Performs copy-assignment from source.