Monzo.Error.ValidationError exception (monzo_client v1.0.0)

Copy Markdown View Source

Raised for invalid SDK usage caught client-side, before any request is sent.

Summary

Types

t()

@type t() :: %Monzo.Error.ValidationError{
  __exception__: true,
  field: atom() | String.t(),
  message: String.t()
}