Module errors

Source

Re-exports§

pub use crate::crypto::CryptoError;
pub use crate::crypto::SealError;
pub use crate::traits::ReadConversionError;
pub use crate::traits::WriteConversionError;

Structs§

BuildError
An error occurred attempting to build an Operation from an input

Enums§

ConfigError
Errors that occur while building or loading config.
DecryptError
Error returned by EncryptedTable::query when indexing, retrieving and decrypting records from DynamoDB
DeleteError
Error returned by EncryptedTable::delete when indexing and deleting records in DynamoDB
EncryptionError
Error
The Error type abstracts all errors returned by cipherstash-dynamodb for easy use with the ? operator.
GetError
Error returned by EncryptedTable::get when retrieving and decrypting records from DynamoDB
InitError
Error returned by EncryptedTable::init when connecting to CipherStash services
PutError
Error returned by EncryptedTable::put when indexing, encrypting and inserting records into DynamoDB
QueryError
Error returned by crate::EncryptedTable::query when indexing, retrieving and decrypting records from DynamoDB
ZeroKmsError

Traits§

DynamoError