Apama 10.15.3 | Release Notes | What's New In Apama 10.15.3 | Miscellaneous changes in 10.15.3 affecting backwards compatibility
 
Miscellaneous changes in 10.15.3 affecting backwards compatibility
The following changes in Apama 10.15.3 affect backwards compatibility to previous Apama versions:
*The following events of the com.apama.cumulocity package have been updated to improve consistency in error handling:
*FindAlarmResponseAck
*FindEventResponseAck
*FindManagedObjectResponseAck
*FindMeasurementResponseAck
*FindOperationResponseAck
*GetCurrentUserResponseFailed
*FindTenantOptionsResponse
In all cases of a server acknowledgement, the response is now sent to the correct response channel. The above events now have the following additional members:
*boolean error - Set to true if the find request received either an error content type or an error response HTTP return code.
*integer status - The HTTP return code.
*string errorDetails - Details of the error.
You should now use the updated events listed above instead of the Error event since it is sent to the same channel as the updated events. For more details, see the API Reference for EPL (ApamaDoc) .