Module errors

Module errors 

Source
Expand description

Recovery from errors.

An instance of ErrorHandler provides methods that get called when errors occur during compilation. The signatures of these methods reflect where they are called and what needs to be returned in order to recover from the error.

Structs§

ErrorThrower
Default ErrorHandler that just throws a TeXError.
InvalidCharacter
An error indicating that an invalid Character was encountered
TooManyCloseBraces

Enums§

GulletError
TeXError

Traits§

ErrorHandler
Trait for error recovery, to be implemented for an engine.
IntoErr
RecoverableError

Type Aliases§

TeXResult