Enum luaext::error::LuaErrorType [] [src]

pub enum LuaErrorType {
    RuntimeError,
    SyntaxError,
    MemoryError,
    GcError,
    MessageHandlerError,
    FileError,
}

The type of error that occured

Variants

Trait Implementations

impl Copy for LuaErrorType
[src]

impl Clone for LuaErrorType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LuaErrorType
[src]

Formats the value using the given formatter.