Module err

Source
Expand description

An error type for the tor-keymgr crate.

Structs§

UnknownKeyTypeError
An error that happens when we encounter an unknown key type.
UnrecognizedEntryError
An unrecognized keystore entry.

Enums§

ArtiPathSyntaxError
An error caused by a syntactically invalid ArtiPath.
Error
An Error type for this crate.
KeystoreCorruptionError
An error caused by keystore corruption.
UnrecognizedEntryId
The identifier of an unrecognized key inside a Keystore.

Traits§

KeystoreError
An error returned by a Keystore.