FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant Summary | |
---|---|
constant string | CALLBACK_ID := "CALLBACK_ID"
This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the identifier of the callback that was registered with the Currency Converter. |
constant string | CURRENCY_CONVERTER_NAME := "CURRENCY_CONVERTER_NAME"
This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the name of the Currency Converter. |
constant integer | EXTENSION_EXCEPTION := 8
This constant value defines the error type that is used when an exception from the extension is caught. |
constant integer | FAILED_TO_CONNECT_TO_CURRENCY_CONVERTER := 9
This constant value defines the error type that is used when an error occurs whilst connecting to the Currency Converter. |
constant integer | FAILED_TO_CREATE_CURRENCY_CONVERTER_INTERFACE := 1
This constant value defines the error type that is used when an error occurs whilst creating the Currency Converter. |
constant integer | FAILED_TO_REMOVE_ERROR_CALLBACK := 2
This constant value defines the error type that is used when an error occurs whilst removing an error callback from the Currency Converter. |
constant integer | FAILED_TO_REMOVE_UPDATE_CALLBACK := 3
This constant value defines the error type that is used when an error occurs whilst removing an update callback from the Currency Converter. |
constant integer | FAILED_TO_SET_CURRENCY_CONVERTER_CONFIG := 10
This constant value defines the error type that is used when the application attempts to modify the Currency Converter configuration from a remotely connected interface. |
constant string | FIELD_NAME := "FIELD_NAME"
This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the field name that caused the error. |
constant integer | FIELD_VALUE_NOT_UPDATED := 11
This constant value defines the error type that is used when the user tried to update a field value from a remote interface. |
constant integer | INVALID_PARAMETER := 7
This constant value defines the error type that is used when an invlid parameter format is provided. |
constant integer | NO_ERROR := 0
This constant value indicates that there was no error. |
constant string | PARAMETER := "PARAMETER"
This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the parameter that caused the error. |
constant string | SYMBOL := "SYMBOL"
This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the symbol that caused the error. |
constant integer | TABLE_NOT_AVAILABLE := 6
This constant value defines the error type that is used when an configuration table is not yet available. |
constant integer | UNKNOWN_FIELD_NAME := 5
This constant value defines the error type that is used when an unknown field name is provided to an action. |
constant integer | UNKNOWN_SYMBOL := 4
This constant value defines the error type that is used when an unknown symbol is provided to an action. |
Constant Detail |
---|
constant string CALLBACK_ID := "CALLBACK_ID"This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the identifier of the callback that was registered with the Currency Converter.
constant string CURRENCY_CONVERTER_NAME := "CURRENCY_CONVERTER_NAME"This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the name of the Currency Converter.
constant integer EXTENSION_EXCEPTION := 8This constant value defines the error type that is used when an exception from the extension is caught.
constant integer FAILED_TO_CONNECT_TO_CURRENCY_CONVERTER := 9This constant value defines the error type that is used when an error occurs whilst connecting to the Currency Converter.
constant integer FAILED_TO_CREATE_CURRENCY_CONVERTER_INTERFACE := 1This constant value defines the error type that is used when an error occurs whilst creating the Currency Converter.
constant integer FAILED_TO_REMOVE_ERROR_CALLBACK := 2This constant value defines the error type that is used when an error occurs whilst removing an error callback from the Currency Converter.
constant integer FAILED_TO_REMOVE_UPDATE_CALLBACK := 3This constant value defines the error type that is used when an error occurs whilst removing an update callback from the Currency Converter.
constant integer FAILED_TO_SET_CURRENCY_CONVERTER_CONFIG := 10This constant value defines the error type that is used when the application attempts to modify the Currency Converter configuration from a remotely connected interface.
constant string FIELD_NAME := "FIELD_NAME"This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the field name that caused the error.
constant integer FIELD_VALUE_NOT_UPDATED := 11This constant value defines the error type that is used when the user tried to update a field value from a remote interface.
constant integer INVALID_PARAMETER := 7This constant value defines the error type that is used when an invlid parameter format is provided.
constant integer NO_ERROR := 0This constant value indicates that there was no error.
constant string PARAMETER := "PARAMETER"This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the parameter that caused the error.
constant string SYMBOL := "SYMBOL"This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the symbol that caused the error.
constant integer TABLE_NOT_AVAILABLE := 6This constant value defines the error type that is used when an configuration table is not yet available.
constant integer UNKNOWN_FIELD_NAME := 5This constant value defines the error type that is used when an unknown field name is provided to an action.
constant integer UNKNOWN_SYMBOL := 4This constant value defines the error type that is used when an unknown symbol is provided to an action.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |