Skip to main content

DtErr

Type Alias DtErr 

Source
pub type DtErr = AnErr<DtErrKind, 15>;
Expand description

Wrapper around AnErr.

A DtErr object is 16 bytes.

Aliased Type§

pub struct DtErr {
    pub kind: DtErrKind,
    pub reason: LiteStr<15>,
}

Fields§

§kind: DtErrKind

The error kind.

§reason: LiteStr<15>

Accumulated reason string (controlled by REASON_LEN). Can be empty.