Add InvalidResponseError

This commit is contained in:
bitfl0wer 2023-05-28 23:04:02 +02:00
parent f2824f3a81
commit 8e8556ee53
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ custom_error! {
NoPermission = "You do not have the permissions needed to perform this action.",
NotFound{error: String} = "The provided resource hasn't been found: {}",
PasswordRequiredError = "You need to provide your current password to authenticate for this action.",
InvalidResponseError{error: String} = "The response is malformed and cannot be processed. Error: {}",
}
custom_error! {