Enum ucglib::error::ErrorType
[−]
[src]
pub enum ErrorType {
TypeFail,
DuplicateBinding,
IncompleteParsing,
Unsupported,
NoSuchSymbol,
BadArgLen,
FormatError,
UnexpectedToken,
EmptyExpression,
}ErrorType defines the various types of errors that can result from compiling UCG into an output format.
Variants
TypeFailDuplicateBindingIncompleteParsingUnsupportedNoSuchSymbolBadArgLenFormatErrorUnexpectedTokenEmptyExpression