Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 533 Bytes

File metadata and controls

25 lines (21 loc) · 533 Bytes

Errors

Properties

Name Type Max Length Description Notes
errors ErrorList Contains object of error list

Sample JSON

{
  "Errors": {
    "Error": [
      {
        "Source": "Loyalty-Enrollment",
        "ReasonCode": "INVALID_FIELD_FORMAT",
        "Description": "Email Address must be in the valid format.",
        "Recoverable": false,
        "Details": null
      }
    ]
  }
}