ResponseStatus Data Type

Implemented Interfaces
Serializable
Properties
name data type description
RequestMessageRef MessageQualifierStructure
SubscriberRef RequestorRef
SubscriptionFilterRef SubscriptionFilterRefStructure
SubscriptionRef SubscriptionQualifierStructure
Status boolean
ErrorCondition ServiceDeliveryErrorConditionElement
ValidUntil string
ShortestPossibleCycle Duration
Properties inherited from ResponseStructure
ResponseTimestamp string

Example

{
  "RequestMessageRef" : {
    "value" : "..."
  },
  "SubscriberRef" : {
    "value" : "..."
  },
  "SubscriptionFilterRef" : {
    "value" : "..."
  },
  "SubscriptionRef" : {
    "value" : "..."
  },
  "Status" : true,
  "ErrorCondition" : {
    "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
    },
    "EndpointNotAvailableAccessError" : {
      "Endpoint" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "EndpointDeniedAccessError" : {
      "Endpoint" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "UnknownEndpointError" : {
      "Endpoint" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "UnknownParticipantError" : {
      "ParticipantRef" : { },
      "ErrorText" : "...",
      "number" : 12345
    },
    "UnapprovedKeyAccessError" : {
      "Key" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ValidUntil" : "...",
  "ShortestPossibleCycle" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ResponseTimestamp" : "..."
}