ErrorCondition Data Type

Implemented Interfaces
Serializable
Properties
name data type description
OtherError OtherErrorStructure
UnknownSubscriptionError UnknownSubscriptionErrorStructure
AllowedResourceUsageExceededError AllowedResourceUsageExceededErrorStructure
NoInfoForTopicError NoInfoForTopicErrorStructure
AccessNotAllowedError AccessNotAllowedErrorStructure
CapabilityNotSupportedError CapabilityNotSupportedErrorStructure
Description NaturalLanguageStringStructure

Example

{
  "OtherError" : {
    "ErrorText" : "..."
  },
  "UnknownSubscriptionError" : {
    "ErrorText" : "..."
  },
  "AllowedResourceUsageExceededError" : {
    "ErrorText" : "..."
  },
  "NoInfoForTopicError" : {
    "ErrorText" : "..."
  },
  "AccessNotAllowedError" : {
    "ErrorText" : "..."
  },
  "CapabilityNotSupportedError" : {
    "ErrorText" : "..."
  },
  "Description" : {
    "value" : "...",
    "lang" : "..."
  }
}