Constructor
new module:mobile.startup/references~Gateway()abstract
#
Abstract base class Gateway for retrieving references
Abstract base class Gateway for retrieving references
Properties
ReferencesGateway.ERROR_NOT_EXIST :stringstatic
#
Type:
- string
Properties:
Name | Type | Description |
---|---|---|
ERROR_NOT_EXIST |
error code to be returned by getReference when a reference does not exist. |
ReferencesGateway.ERROR_OTHER :stringstatic
#
ERROR_OTHER error code to be returned by getReference under any other circumstance not covered by ERROR_NOT_EXIST. It should be used if it is unclear whether a reference exists or not.
Type:
- string
ERROR_OTHER error code to be returned by getReference under any other circumstance not covered by ERROR_NOT_EXIST.