DataReadyResponseStructure Data Type

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

Example

{
  "Status" : true,
  "ErrorCondition" : {
    "OtherError" : {
      "ErrorText" : "..."
    },
    "UnknownSubscriptionError" : {
      "ErrorText" : "..."
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ConsumerRef" : {
    "value" : "..."
  },
  "RequestMessageRef" : {
    "value" : "..."
  },
  "ResponseTimestamp" : "..."
}