Skip to content

Commit 9cbe97e

Browse files
author
Damien LACHAUME / PALO-IT
committed
Remove unused errors
1 parent 9c1bede commit 9cbe97e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mithril-common/src/store/adapter/store_adapter.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,9 @@ pub enum AdapterError {
2121
#[error("problem parsing the IO stream: {0:?}")]
2222
ParsingDataError(StdError),
2323

24-
/// Error raised if a writting operation fails.
25-
#[error("problem writing on the adapter: {0:?}")]
26-
MutationError(StdError),
27-
2824
/// Error while querying the subsystem.
2925
#[error("problem when querying the adapter: {0:?}")]
3026
QueryError(StdError),
31-
32-
/// Type conversion cannot be performed by this adapter.
33-
#[error("type conversion error, this adapter does not know how to handle this: {0:?}")]
34-
TypeError(StdError),
3527
}
3628

3729
/// Represent a way to store Key/Value pair data.

0 commit comments

Comments
 (0)