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
TypeFail
DuplicateBinding
IncompleteParsing
Unsupported
NoSuchSymbol
BadArgLen
FormatError
UnexpectedToken
EmptyExpression
ParseError