Enum ucl::error::Error [] [src]

pub enum Error {
    Ok,
    Syntax(String),
    Io,
    State,
    Nested,
    Macro,
    Internal,
    SSL,
    Other,
}

Variants

Ok
Syntax
Io
State
Nested
Macro
Internal
SSL
Other

Methods

impl Error

fn from_code(num: i32, desc: String) -> Self

Trait Implementations

Derived Implementations

impl Debug for Error

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

impl Clone for Error

fn clone(&self) -> Error

fn clone_from(&mut self, source: &Self)