Enum diem_network_address_encryption::Error [−][src]
pub enum Error {
AddressDeserialization(AccountAddress, String),
DecryptionError(AccountAddress, String),
BCSError(Error),
ParseError(ParseError),
StorageError(StorageError),
VersionNotFound(KeyVersion),
}Variants
AddressDeserialization(AccountAddress, String)Tuple Fields of AddressDeserialization
0: AccountAddress1: StringDecryptionError(AccountAddress, String)Tuple Fields of DecryptionError
0: AccountAddress1: StringParseError(ParseError)Tuple Fields of ParseError
0: ParseErrorStorageError(StorageError)Tuple Fields of StorageError
0: StorageErrorVersionNotFound(KeyVersion)Tuple Fields of VersionNotFound
0: KeyVersionTrait Implementations
Performs the conversion.