StatusResponseStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ResponseTimestamp string
RequestMessageRef MessageQualifierStructure
SubscriberRef ParticipantRefStructure
SubscriptionFilterRef SubscriptionFilterRefStructure
SubscriptionRef SubscriptionQualifierStructure
Status boolean
ErrorCondition ServiceDeliveryErrorConditionStructure
ValidUntil string
ShortestPossibleCycle Duration

Example

{
  "ResponseTimestamp" : "...",
  "RequestMessageRef" : {
    "value" : "..."
  },
  "SubscriberRef" : {
    "value" : "..."
  },
  "SubscriptionFilterRef" : {
    "value" : "..."
  },
  "SubscriptionRef" : {
    "value" : "..."
  },
  "Status" : true,
  "ErrorCondition" : {
    "CapabilityNotSupportedError" : {
      "CapabilityRef" : { }
    },
    "AccessNotAllowedError" : {
      "ErrorText" : "..."
    },
    "NoInfoForTopicError" : {
      "ErrorText" : "..."
    },
    "AllowedResourceUsageExceededError" : {
      "ErrorText" : "..."
    },
    "OtherError" : {
      "ErrorText" : "..."
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ValidUntil" : "...",
  "ShortestPossibleCycle" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  }
}