Re-exports§
pub use crate::crypto::CryptoError;
pub use crate::crypto::SealError;
pub use crate::traits::ReadConversionError;
pub use crate::traits::WriteConversionError;
Structs§
- Build
Error - An error occurred attempting to build an
Operation
from an input
Enums§
- Config
Error - Errors that occur while building or loading config.
- Decrypt
Error - Error returned by
EncryptedTable::query
when indexing, retrieving and decrypting records from DynamoDB - Delete
Error - Error returned by
EncryptedTable::delete
when indexing and deleting records in DynamoDB - Encryption
Error - Error
- The
Error
type abstracts all errors returned bycipherstash-dynamodb
for easy use with the?
operator. - GetError
- Error returned by
EncryptedTable::get
when retrieving and decrypting records from DynamoDB - Init
Error - Error returned by
EncryptedTable::init
when connecting to CipherStash services - PutError
- Error returned by
EncryptedTable::put
when indexing, encrypting and inserting records into DynamoDB - Query
Error - Error returned by
crate::EncryptedTable::query
when indexing, retrieving and decrypting records from DynamoDB - Zero
KmsError