Tipalti.Error exception (tipalti_client v1.0.0)

Copy Markdown View Source

Base exception raised by every ! function in this package and returned (unraised, as the error element of an {:error, exception} tuple) by every non-bang function.

Every module below implements the Exception behaviour and shares this base set of fields:

  • :message — human-readable summary.
  • :reason — a machine-matchable atom, stable across releases.

Hierarchy

Summary

Types

t()

@type t() :: %Tipalti.Error{__exception__: true, message: String.t(), reason: atom()}