ErrorCondition Data Type

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

Example

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