name | data type | description |
---|---|---|
RequestMessageRef | MessageQualifierStructure | |
Status | boolean | |
ErrorCondition | ServiceDeliveryErrorConditionElement | |
Properties inherited from ResponseStructure |
||
ResponseTimestamp | string |
Example
{ "RequestMessageRef" : { "value" : "..." }, "Status" : true, "ErrorCondition" : { "OtherError" : { "ErrorText" : "..." }, "AllowedResourceUsageExceededError" : { "ErrorText" : "..." }, "NoInfoForTopicError" : { "ErrorText" : "..." }, "AccessNotAllowedError" : { "ErrorText" : "..." }, "CapabilityNotSupportedError" : { "CapabilityRef" : "...", "ErrorText" : "..." }, "Description" : { "value" : "..." } }, "ResponseTimestamp" : "..." }