Each detail implemented for the error.
The information for each line of the error, it includes: field, description, issue, location, and value.
@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 }