Enum akd::errors::AkdError[][src]

pub enum AkdError {
    HistoryTreeNodeErr(HistoryTreeNodeError),
    DirectoryErr(DirectoryError),
    AzksErr(AzksError),
    NoDirectionError,
    NoEpochGiven,
}
Expand description

Symbolizes a AkdError, thrown by the akd.

Variants

HistoryTreeNodeErr(HistoryTreeNodeError)

Tuple Fields

Error propogation

DirectoryErr(DirectoryError)

Tuple Fields

Error propogation

AzksErr(AzksError)

Tuple Fields

Error propogation

NoDirectionError

Thrown when a direction should have been given but isn’t

NoEpochGiven

Thrown when a place where an epoch is needed wasn’t provided one.

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.