Add generic UTF8Error error kind
This commit is contained in:
parent
52d907e67c
commit
c7ef422cbe
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ generate_error_module!(
|
|||
StoreReadError => "Store read error",
|
||||
StoreWriteError => "Store write error",
|
||||
IOError => "IO Error",
|
||||
UTF8Error => "UTF8 Error",
|
||||
HeaderTypeError => "Header type error",
|
||||
HeaderFieldMissingError => "Header field missing error",
|
||||
HeaderFieldWriteError => "Header field cannot be written",
|
||||
|
|
Loading…
Reference in a new issue