ErrorCondition Data Type

Implemented Interfaces
Serializable
Properties
name data type description
OtherError OtherErrorStructure
UnknownSubscriptionError UnknownSubscriptionErrorStructure
Description ErrorDescriptionStructure

Example

{
  "OtherError" : {
    "ErrorText" : "..."
  },
  "UnknownSubscriptionError" : {
    "ErrorText" : "..."
  },
  "Description" : {
    "value" : "..."
  }
}