Skip to main content

ErrorDetail

locationstring

Where the error occurred, e.g. 'body.items[3].tags' or 'path.thing-id'

messagestring

Error message text

value

The value at the given location

ErrorDetail
{
"location": "string",
"message": "string"
}