SubscriptionTerminatedNotificationStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
SubscriberRef array of RequestorRef
SubscriptionRef array of SubscriptionQualifierStructure
SubscriptionFilterRef array of SubscriptionFilterRefStructure
ErrrorCondition ErrorCondition
Extensions Extensions
Properties inherited from ProducerResponseStructure
ProducerRef RequestorRef
Address string
ResponseMessageIdentifier MessageQualifierStructure
RequestMessageRef MessageRefStructure
DelegatorAddress string
DelegatorRef RequestorRef
Properties inherited from ResponseStructure
ResponseTimestamp string

Example

{
  "subscriberRevesAndSubscriptionRevesAndSubscriptionFilterReves" : [ {
    "SubscriberRef" : {
      "value" : "..."
    }
  }, {
    "SubscriptionRef" : {
      "value" : "..."
    }
  }, {
    "SubscriptionFilterRef" : {
      "value" : "..."
    }
  } ],
  "ErrrorCondition" : {
    "OtherError" : {
      "ErrorText" : "...",
      "number" : 12345
    },
    "AllowedResourceUsageExceededError" : {
      "ErrorText" : "...",
      "number" : 12345
    },
    "UnknownExtensionsError" : {
      "ExtensionName" : [ "...", "..." ],
      "ErrorText" : "...",
      "number" : 12345
    },
    "ParametersIgnoredError" : {
      "ParameterName" : [ "...", "..." ],
      "ErrorText" : "...",
      "number" : 12345
    },
    "NoInfoForTopicError" : {
      "ErrorText" : "...",
      "number" : 12345
    },
    "BeyondDataHorizon" : {
      "ErrorText" : "...",
      "number" : 12345
    },
    "InvalidDataReferencesError" : {
      "InvalidRef" : [ "...", "..." ],
      "ErrorText" : "...",
      "number" : 12345
    },
    "AccessNotAllowedError" : {
      "ErrorText" : "...",
      "number" : 12345
    },
    "CapabilityNotSupportedError" : {
      "CapabilityRef" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "ServiceNotAvailableError" : {
      "ExpectedRestartTime" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "Description" : {
      "value" : "...",
      "lang" : "..."
    }
  },
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "ProducerRef" : {
    "value" : "..."
  },
  "Address" : "...",
  "ResponseMessageIdentifier" : {
    "value" : "..."
  },
  "RequestMessageRef" : {
    "value" : "..."
  },
  "DelegatorAddress" : "...",
  "DelegatorRef" : {
    "value" : "..."
  },
  "ResponseTimestamp" : "..."
}