ConfigValidationError
| Field | Type | Required | Description |
|---|---|---|---|
code |
string |
machine readable error code | |
message |
string |
human readable error code | |
validationErrors |
array[object] |
Example
Section titled “Example”{ "code": "string", "message": "string", "validationErrors": [ { "code": "string", "reason": "string", "entity": "string", "entityId": "string", "entityIndex": 0, "subentityPath": [] } ]}
