ErrorResolverMetadata
ErrorResolverMetadata
Error along with its metadata
JSON Example
{
"error_id": 0,
"system_metadata": {
"value": "string"
},
"entity_id": "string",
"user_metadata": {
"user_input_list": [
{
"data_type": "string",
"property_name": "string",
"property_value": "string"
}
]
}
}
integer As int64 As int64
error_id
Required
The error id as reported by the entity where the error occurred.
string
entity_id
Required
The entity/node UUID where the error has occurred.