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
Operationfrom an input
Enums§
- Config
Error - Errors that occur while building or loading config.
- Decrypt
Error - Error returned by
EncryptedTable::querywhen indexing, retrieving and decrypting records from DynamoDB - Delete
Error - Error returned by
EncryptedTable::deletewhen indexing and deleting records in DynamoDB - Encryption
Error - Error
- The
Errortype abstracts all errors returned bycipherstash-dynamodbfor easy use with the?operator. - GetError
- Error returned by
EncryptedTable::getwhen retrieving and decrypting records from DynamoDB - Init
Error - Error returned by
EncryptedTable::initwhen connecting to CipherStash services - PutError
- Error returned by
EncryptedTable::putwhen indexing, encrypting and inserting records into DynamoDB - Query
Error - Error returned by
crate::EncryptedTable::querywhen indexing, retrieving and decrypting records from DynamoDB - Zero
KmsError