tipalti v0.6.0 Tipalti.RequestError View Source

Represents a request error, which is either a server side HTTP error, or a failed request altogether.

Link to this section Summary

Types

t()

All requests could result in this error

Link to this section Types

Link to this type t() View Source
t() :: {:bad_http_response, integer()} | {:request_failed, any()}

All requests could result in this error.