Add error 16
This commit is contained in:
parent
a6b9f8f675
commit
a8d09b008d
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ pub enum LastfmApiError {
|
|||
UnauthorizedToken,
|
||||
#[error("This token has expired")]
|
||||
ExpiredToken,
|
||||
#[error("There was a temporary error processing your request. Please try again")]
|
||||
TemporaryError,
|
||||
#[error("Access for your account has been suspended, please contact Last.fm")]
|
||||
SuspendedKey = 26,
|
||||
#[error("Your IP has made too many requests in a short period")]
|
||||
|
|
Loading…
Add table
Reference in a new issue