com.apama.cumulocity
Event FindEventResponseAck


Response from Cumulocity when it has completed searching for events. The system creates this event; an application author is not allowed to do this.
Member summary
 integerreqId

Request id.
 booleanerror

True if an error was received during this FindEvent 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.
 
Member detail

error

boolean error
True if an error was received during this FindEvent 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 id.

Equal to the reqId in the FindEvent event.

statusCode

integer statusCode
Status code from the final response.