Skip to content

ConfigValidationError

Field Type Required Description
code string machine readable error code
message string human readable error code
validationErrors array[object]
{
"code": "string",
"message": "string",
"validationErrors": [
{
"code": "string",
"reason": "string",
"entity": "string",
"entityId": "string",
"entityIndex": 0,
"subentityPath": []
}
]
}