Add error kinds for Move functions

This commit is contained in:
Matthias Beyer 2016-06-08 15:04:25 +02:00
parent 84a0778a5b
commit e75b524e53

View file

@ -42,7 +42,9 @@ generate_custom_error_types!(StoreError, StoreErrorKind, CustomErrorData,
RetrieveForModuleCallError => "Error when calling retrieve_for_module()",
UpdateCallError => "Error when calling update()",
RetrieveCopyCallError => "Error when calling retrieve_copy()",
DeleteCallError => "Error when calling delete()"
DeleteCallError => "Error when calling delete()",
MoveCallError => "Error when calling move()",
MoveByIdCallError => "Error when calling move_by_id()"
);
generate_custom_error_types!(ParserError, ParserErrorKind, CustomErrorData,