Add error 16

This commit is contained in:
Evie Viau-Chow-Stuart 2025-05-19 19:45:03 -07:00
parent a6b9f8f675
commit a8d09b008d
Signed by: evie
GPG key ID: 928652CDFCEC8099

View file

@ -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")]