Enum ucglib::error::ErrorType [] [src]

pub enum ErrorType {
    TypeFail,
    DuplicateBinding,
    IncompleteParsing,
    Unsupported,
    NoSuchSymbol,
    BadArgLen,
    FormatError,
    UnexpectedToken,
    EmptyExpression,
    ParseError,
}

ErrorType defines the various types of errors that can result from compiling UCG into an output format.

Variants

Trait Implementations

impl Display for ErrorType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorType

impl Sync for ErrorType