Tipalti.RequestError (tipalti v0.10.0) 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

Specs

t() :: {:bad_http_response, integer()} | {:request_failed, any()}

All requests could result in this error.