Paypal.Common.Error.Details (Paypal v0.1.1)

View Source

Each detail implemented for the error.

Summary

Types

t()

The information for each line of the error, it includes: field, description, issue, location, and value.

Types

t()

@type t() :: %Paypal.Common.Error.Details{
  description: String.t() | nil,
  field: String.t() | nil,
  issue: String.t() | nil,
  location: String.t() | nil,
  value: String.t() | nil
}

The information for each line of the error, it includes: field, description, issue, location, and value.