Enum ate::error::transform_error::TransformErrorKind [−][src]
pub enum TransformErrorKind {
CryptoError(CryptoErrorKind),
TrustError(TrustErrorKind),
IO(Error),
Msg(String),
MissingReadKey(AteHash),
UnspecifiedReadability,
// some variants omitted
}Expand description
The kind of an error.
Variants
CryptoError(CryptoErrorKind)
Tuple Fields
TrustError(TrustErrorKind)
Tuple Fields
IO(Error)
Tuple Fields
0: ErrorMsg(String)
Tuple Fields
0: StringA convenient variant for String.
MissingReadKey(AteHash)
Tuple Fields
0: AteHashUnspecifiedReadability
Implementations
A string describing the error kind.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for TransformErrorKind
impl Send for TransformErrorKind
impl Sync for TransformErrorKind
impl Unpin for TransformErrorKind
impl !UnwindSafe for TransformErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
