Add error not listed on API docs for user.getRecentTracks
This commit is contained in:
parent
34fb69ab3e
commit
19f41714b4
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ pub enum LastfmApiError {
|
||||||
ExpiredToken,
|
ExpiredToken,
|
||||||
#[error("There was a temporary error processing your request. Please try again")]
|
#[error("There was a temporary error processing your request. Please try again")]
|
||||||
TemporaryError,
|
TemporaryError,
|
||||||
|
#[error("User required to be logged in")]
|
||||||
|
RequiresLogin,
|
||||||
#[error("Access for your account has been suspended, please contact Last.fm")]
|
#[error("Access for your account has been suspended, please contact Last.fm")]
|
||||||
SuspendedKey = 26,
|
SuspendedKey = 26,
|
||||||
#[error("Your IP has made too many requests in a short period")]
|
#[error("Your IP has made too many requests in a short period")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue