Module lastfm_rs::error[][src]

Last.fm Error Handling

This module handles any and all errors related to Last.fm, such as when authentication fails, the provided API key is invalid, and various other errors. Please check the LastFMErrorResponse struct for more information about the various types of errors the Last.fm API transmits when the API encounters an error.

Structs

LastFMError

A generic Last.fm response when the request can’t be accomplished.

Enums

Error

Kinds of errors that could happen at runtime.

LastFMErrorResponse

Representation of all the errors exposed by the Last.fm API.