name | data type | description |
---|---|---|
CapabilityNotSupportedError | CapabilityNotSupportedErrorStructure | |
AccessNotAllowedError | AccessNotAllowedErrorStructure | |
NoInfoForTopicError | NoInfoForTopicErrorStructure | |
AllowedResourceUsageExceededError | AllowedResourceUsageExceededErrorStructure | |
OtherError | OtherErrorStructure | |
UnknownSubscriptionError | UnknownSubscriptionErrorStructure | |
Description | ErrorDescriptionStructure |
Example
{ "CapabilityNotSupportedError" : { "CapabilityRef" : { "value" : "..." } }, "AccessNotAllowedError" : { "ErrorText" : "..." }, "NoInfoForTopicError" : { "ErrorText" : "..." }, "AllowedResourceUsageExceededError" : { "ErrorText" : "..." }, "OtherError" : { "ErrorText" : "..." }, "UnknownSubscriptionError" : { "ErrorText" : "..." }, "Description" : { "value" : "..." } }