com.apama.cumulocity
Event FindTenantOptionsResponse


Response from Cumulocity containing requested tenant options. The system creates this event; an application author is not allowed to do this.
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.
 
Member 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

Member 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.