Expand all

abstract mobile.startup/references~Gateway

Constructor

new module:mobile.startup/references~Gateway()abstract #

Abstract base class Gateway for retrieving references

Source:

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.

Source:

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
Source:

ERROR_OTHER error code to be returned by getReference under any other circumstance not covered by ERROR_NOT_EXIST.