[][src]Module serde_dynamodb::error

This type represents all possible errors that can occur when serializing or deserializing DynamoDB data.

Structs

Error

This type represents all possible errors that can occur when serializing to or deserializing from DynamoDB.

Type Definitions

Result

Alias for a Result with the error type serde_dynamodb::Error.