com.apama.cumulocity
Event Error


Notification from Cumulocity when an error has occurred.

For example, if some mandatory fields from a request are not provided or have invalid values. This is a general response that covers all possible errors. In many cases your application can access more detail by listening for ObjectCommitFailed.

This event is also received in case of any network failures or timeouts.

This event is sent on the correlator's default channel so it will be received by all public contexts.
See Also:
com.apama.cumulocity.ObjectCommitFailed - 

Member summary
 integerreqId

The request id the message refers to.
 stringmessage

The error message.
 
Member detail

message

            string message
        
The error message.

reqId

            integer reqId
        
The request id the message refers to.