Represents a response from a delete request containing error messages if there are any.
Delete Customer Custom Attribute Definition Response
Name | Type | Tags | Description |
---|---|---|---|
errors |
Array<Error Hash> |
Optional | Any errors that occurred during the request. |
{
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "MAP_KEY_LENGTH_TOO_LONG",
"detail": "detail6",
"field": "field4"
},
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "MAP_KEY_LENGTH_TOO_LONG",
"detail": "detail6",
"field": "field4"
}
]
}