Module exile::error[][src]

Expand description

The public error type for this library.

Structs

OtherError

Represents any error that is not related to the syntax of the XML file.

ThrowSite

The Rust sourcecode file and line number which is the ‘throw’ site of an error.

Enums

Error

The error type for this library.

Type Definitions

Result

Alias for Result<T, Error>.