Bittrex v3.0.0 Bittrex.Client.Error View Source

An Client error.

Link to this section Summary

Types

t()
  • status_code: the HTTP status code.
  • reason: the http body

Link to this section Types

Link to this type

t() View Source
t() :: %Bittrex.Client.Error{reason: any(), status_code: integer()}

  • status_code: the HTTP status code.
  • reason: the http body.

Link to this section Functions

Link to this function

new(status_code, reason) View Source