Expand description
module contains the (new) errors emitted by this crate
Structs§
- Component
Creation Error - Creating a (header field) component from the given data failed
- Header
Type Error - This error can occur if different implementations for the
same header (e.g.
Subject
) where used in the sameHeaderMap
.
Enums§
- Build
InValidation Error - The build-in error variants (error kinds) which can be returned when running a header map validator.
- Chain
Tail - Helper type which is either a
Backtrace
or an fullfailure::Error
. - Header
Validation Error - A validator specified in a header definition failed.