Settings_Clusters_Configuration_ValidationError
Settings_Clusters_Configuration_ValidationError
The ValidationError structure contains fields that describes a validation error in the configuration.
JSON Example
{
"path": "string",
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
string
path
Required
Full path to the configuration or the property within the configuration which was found to be invalid.
array of Std_LocalizableMessage
messages
Required
Localized error message describing the validation error.