tipalti v0.5.0 Tipalti.ClientError View Source

Represents a Tipalti client error.

Link to this section Summary

Types

t()

A malformed client request could result in this error

Link to this section Types

Link to this type t() View Source
t() :: %Tipalti.ClientError{error_code: String.t(), error_message: String.t()}

A malformed client request could result in this error.