ErrorCondition Data Type

Implemented Interfaces
Serializable
Properties
name data type description
OtherError OtherErrorStructure
UnknownSubscriptionError UnknownSubscriptionErrorStructure
UnknownSubscriberError UnknownSubscriberErrorStructure
CapabilityNotSupportedError CapabilityNotSupportedErrorStructure
Description ErrorDescriptionStructure

Example

{
  "OtherError" : {
    "ErrorText" : "..."
  },
  "UnknownSubscriptionError" : {
    "ErrorText" : "..."
  },
  "UnknownSubscriberError" : {
    "ErrorText" : "..."
  },
  "CapabilityNotSupportedError" : {
    "CapabilityRef" : "...",
    "ErrorText" : "..."
  },
  "Description" : {
    "value" : "..."
  }
}