Lastex.Error exception (Lastex v0.1.0)

Copy Markdown View Source

Structured error type for Last.fm API errors.

Summary

Types

t()

@type t() :: %Lastex.Error{
  __exception__: term(),
  code: integer(),
  message: String.t()
}