Add FileNot{Written,Seeked} errors
This commit is contained in:
parent
1d1ad65705
commit
bc1af19750
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ generate_custom_error_types!(StoreError, StoreErrorKind, CustomErrorData,
|
|||
OutOfMemory => "Out of Memory",
|
||||
FileNotFound => "File corresponding to ID not found",
|
||||
FileNotCreated => "File corresponding to ID could not be created",
|
||||
FileNotWritten => "File corresponding to ID could not be written to",
|
||||
FileNotSeeked => "File corresponding to ID could not be seeked",
|
||||
StorePathExists => "Store path exists",
|
||||
StorePathCreate => "Store path create",
|
||||
LockError => "Error locking datastructure",
|
||||
|
|
Loading…
Reference in a new issue