Spotify Web API v0.1.0 Spotify.Error View Source

An object containing error information.

KeyValue Description
statusThe HTTP status code (also returned in the response header; see Response Status Codes for more information).
messageA short description of the cause of the error.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Error{message: String.t(), status: integer()}