com.apama.cumulocity
Event FindOperationResponseAck


Response from Cumulocity when it has completed searching for operations.

These events are sent to the FindOperationResponse.SUBSCRIBE_CHANNEL channel.
Since:
10.1.0.7/10.2.0.2/10.3.0.0

Field summary
 integerreqId

Request identifier.
 booleanerror

True if an error was received during this FindOperation request.
 integerstatusCode

Status code from the final response.
 stringerrorDetails

If there is an error, typically this will be the error message parsed from the error event else empty.
 
Field detail

error

boolean error
True if an error was received during this FindOperation request.

errorDetails

string errorDetails
If there is an error, typically this will be the error message parsed from the error event else empty.

reqId

integer reqId
Request identifier.

Equal to the reqId in the FindOperation event.

statusCode

integer statusCode
Status code from the final response.