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