Raised when a request is locally invalid and no HTTP call was made.
@type t() :: %DodoPayments.ValidationError{ __exception__: true, field: atom() | String.t() | nil, operation: atom(), reason: term() }