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.
UnrecognizedEntry
The opaque identifier of an unrecognized key inside a Keystore.
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.

Traits§

KeystoreError
An error returned by a Keystore.