| name | data type | description |
|---|---|---|
| OtherError | OtherErrorStructure | |
| ServiceNotAvailableError | ServiceNotAvailableErrorStructure | |
| Description | ErrorDescriptionStructure |
Example
{
"OtherError" : {
"ErrorText" : "..."
},
"ServiceNotAvailableError" : {
"ErrorText" : "..."
},
"Description" : {
"value" : "..."
}
}