Epik.Error (Epik.com v0.1.0) View Source

Represents an error returned by the API.

Link to this section Summary

Link to this section Types

Specs

t() :: %Epik.Error{
  code: integer(),
  description: String.t(),
  message: String.t()
}