com.apama.cumulocity
Event FindTenantOptionsResponse


Response from Cumulocity containing requested tenant options.
Since:
10.5.2.0
See Also:
com.apama.cumulocity.TenantOption

Constant summary
 stringSUBSCRIBE_CHANNEL := "cumulocity.findtenant.response"

The channel to which FindTenantOptions response is sent from the transport.
 
Field summary
 integerreqId

Request identifier.
 sequence<com.apama.cumulocity.TenantOption>options

All tenant options that matched the specified criteria.
 booleanerror

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

SUBSCRIBE_CHANNEL

string SUBSCRIBE_CHANNEL := "cumulocity.findtenant.response"
The channel to which FindTenantOptions response is sent from the transport.
Since:
10.5.2.0

Field detail

error

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

errorDetails

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

options

sequence<com.apama.cumulocity.TenantOptionoptions
All tenant options that matched the specified criteria.

reqId

integer reqId
Request identifier.

statusCode

integer statusCode
Status code from the final response.