DataReadyResponseStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Status boolean
ErrorCondition ErrorCondition
Properties inherited from ConsumerResponseEndpointStructure
ConsumerRef RequestorRef
RequestMessageRef MessageRefStructure
DelegatorAddress string
DelegatorRef RequestorRef
Properties inherited from ResponseStructure
ResponseTimestamp string

Example

{
  "Status" : true,
  "ErrorCondition" : {
    "OtherError" : {
      "ErrorText" : "...",
      "number" : 12345
    },
    "UnknownSubscriptionError" : {
      "SubscriptionCode" : { },
      "ErrorText" : "...",
      "number" : 12345
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ConsumerRef" : {
    "value" : "..."
  },
  "RequestMessageRef" : {
    "value" : "..."
  },
  "DelegatorAddress" : "...",
  "DelegatorRef" : {
    "value" : "..."
  },
  "ResponseTimestamp" : "..."
}