Module errors

Module errors 

Source
Expand description

Error types for the kfl library

You only need Error exposed as kfl::Error unless you do manual implementations of any of the Decode* traits.

Structs§

Error
Main error that is returned from KDL parsers
ExpectedType
Wrapper around expected type that is used in DecodeError::TypeName.

Enums§

DecodeError
An error type that is returned by decoder traits and emitted to the context
EncodeError
TODO