File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ pub enum DecryptError {
70
70
SealError ( #[ from] SealError ) ,
71
71
}
72
72
73
- /// Error returned by [`EncryptedTable::query`] when indexing, retrieving and decrypting records from DynamoDB
73
+ /// Error returned by [`crate:: EncryptedTable::query`] when indexing, retrieving and decrypting records from DynamoDB
74
74
#[ derive( Error , Debug , Diagnostic ) ]
75
75
pub enum QueryError {
76
76
#[ error( "PrimaryKeyError: {0}" ) ]
@@ -86,9 +86,6 @@ pub enum QueryError {
86
86
#[ error( "{0}" ) ]
87
87
Other ( String ) ,
88
88
89
- // TODO: Remove this (and repeat for all the operations)
90
- //#[error("AwsError: {0}")]
91
- //AwsError(String),
92
89
#[ error( transparent) ]
93
90
DynamoError ( #[ from] SdkError < operation:: query:: QueryError > ) ,
94
91
}
You can’t perform that action at this time.
0 commit comments