com.apama.cumulocity
Event GetCurrentUserResponseFailed


Response to a failed GetCurrentUser request. Contains the error that occured while fetching the user details. Subscribe to GetCurrentUserResponse.SUBSCRIBE_CHANNEL to listen for this event.
Since:
10.5.2.0
See Also:
com.apama.cumulocity.GetCurrentUser

Field summary
 integerreqId

Request identifier.
 dictionary<stringany>errorResponse

The error received from Cumulocity.
 booleanerror

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

errorDetails

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

errorResponse

dictionary<stringanyerrorResponse
The error received from Cumulocity.

reqId

integer reqId
Request identifier.

statusCode

integer statusCode
Status code from the final response.