[][src]Module lastfm_parse_rs::error

Common error type for serde/API fails

Re-exports

pub use structs::api_error::ApiError;

Enums

Error

Error type for Last.fm API requests As of now, it can be either serde or API fail. Serde fails usually mean that the problem is in the library.

Type Definitions

Result