Expand description
An error type for the tor-keymgr
crate.
Structs§
- Unknown
KeyType Error - An error that happens when we encounter an unknown key type.
- Unrecognized
Entry Error - An unrecognized keystore entry.
Enums§
- Arti
Path Syntax Error - An error caused by a syntactically invalid
ArtiPath
. - Error
- An Error type for this crate.
- Keystore
Corruption Error - An error caused by keystore corruption.
- Unrecognized
Entry Id - The identifier of an unrecognized key inside a
Keystore
.
Traits§
- Keystore
Error - An error returned by a
Keystore
.