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