glazed_corn/error
Types
pub type ParseError {
InvalidFormat
InvalidLength
UnexpectedToken(String)
UnexpectedEof
MissingInput(String)
InvalidSpread
InvalidChain
InvalidCodepoint(String)
}
Constructors
-
InvalidFormat -
InvalidLength -
UnexpectedToken(String) -
UnexpectedEof -
MissingInput(String) -
InvalidSpread -
InvalidChain -
InvalidCodepoint(String)