Tipalti.APIError exception (tipalti_client v1.0.0)

Copy Markdown View Source

Raised when the API responds with a well-formed error payload.

Fields:

  • :status — HTTP status code (nil for SOAP faults, see Tipalti.SOAPFaultError instead).
  • :body — the raw decoded response body, for callers that need details this struct doesn't surface.
  • :code — provider-specific error/business code, when present.