Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 416 Bytes

customer-error-response-exception.md

File metadata and controls

23 lines (15 loc) · 416 Bytes

Customer Error Response Exception

Structure

CustomerErrorResponseException

Fields

Name Type Tags Description
Errors *models.CustomerErrorResponseErrors Optional This is a container for one-of cases.

Example (as JSON)

{
  "errors": {
    "customer": "customer8"
  }
}