com.apama.cumulocity
Event FindManagedObjectResponseAck


Response from Cumulocity when it has completed searching for managed objects. The system creates this event; an application author is not allowed to do this.
Constant summary
 stringCHANNEL := "cumulocity.finddevice.response"

The channel to which FindManagedObject responses are sent from the transport.
 
Member summary
 integerreqId

Request identifier.
 booleanerror

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

CHANNEL

string CHANNEL := "cumulocity.finddevice.response"
The channel to which FindManagedObject responses are sent from the transport.
Member detail

error

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

statusCode

integer statusCode
Status code from the final response.