Enum diem_secure_storage::Error [−][src]
pub enum Error {
EntropyError(String),
InternalError(String),
KeyAlreadyExists(String),
KeyNotSet(String),
PermissionDenied,
SerializationError(String),
KeyVersionNotFound(String, String),
}Variants
EntropyError(String)Tuple Fields of EntropyError
0: StringInternalError(String)Tuple Fields of InternalError
0: StringKeyAlreadyExists(String)Tuple Fields of KeyAlreadyExists
0: StringKeyNotSet(String)Tuple Fields of KeyNotSet
0: StringSerializationError(String)Tuple Fields of SerializationError
0: StringTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.