Common Error in Query Processing (common error)
The structure describes a common error. This error is only returned, if a Device-Specific Error (error) cannot be returned and when an error can be localized to a specific device, such device-specific error should be posted.
Field | Type | Mandatory? | Description |
code | integer | ✔︎ | Error code. The following codes may be used:
|
message | string | ✔︎ | Arbitrary error description |
details | list<string> | More details of the error |
{
"code": integer,
"message": string,
"details": list<string>
}