DataReadyResponseStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ResponseTimestamp string
ConsumerRef ParticipantRefStructure
RequestMessageRef MessageRefStructure
Status boolean
ErrorCondition ErrorCondition

Example

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