Wrapper for responses. This object contains result information, error informations, and can contain custom data.
Extends a Map, so can be parsed also from AMF requests.
Is a lot alike CrosspointDataWrapper (org.era.crosspoint.mvc.datawrapper.CrosspointDataWrapper).
Default properties:
- errorCode: Code of error, or 200 if no error occurred.
- error: Error message, or null if no error occurred.
- errorObject: The error, or null if no error occurred.
- value: The return value.
A ReturnObject is a "dynamic" object, and can be extended with additional properties.