Enum appscraps_dll::error::ErrorKind []

pub enum ErrorKind {
    Msg(String),
    GraphyDllError(ErrorKind),
    GraphyModuleError(ErrorKind),
    SerdeJsonError(Error),
    DllCouldNotLoad(PathBufusize),
    DllDeserializationFailure(String),
    EventLoadNameCollision(Stringusize),
    EventNotFoundInEventList(usizeusize),
    EventNotFoundInEventMap(usizeString),
    FuncConversionFailure(StringString),
    NotImplemented(StringString),
    SymbolCouldNotLoad(String),
}

Variants

Methods

impl ErrorKind

Trait Implementations

impl Debug for ErrorKind

Formats the value using the given formatter.

impl Display for ErrorKind

Formats the value using the given formatter.

impl From<ErrorKind> for ErrorKind

Performs the conversion.

impl From<ErrorKind> for ErrorKind

Performs the conversion.

impl<'a> From<&'a str> for ErrorKind

Performs the conversion.

impl From<String> for ErrorKind

Performs the conversion.