NativeErrorCodes namespace

This object contains constants representing the different types of public native error codes.

Error codes larger than 500 are reserved for server communication errors which may occur as the result of online requests and/or attachment downloads

Members

Name Description
ATTACHMENT_NOT_DOWNLOADED A constant indicating the attachment has not been downloaded.
CERTIFICATE_NOT_SELECTED A constant indicating there was no certificate selected by the user.
DEVICE_NOT_CONNECTED A constant indicating the device is not connected.
FAIL_TO_SAVE_CERTIFICATE A constant indicating a failure to save a certificate.
FAIL_TO_SAVE_CREDENTIAL A constant indicating a failure to save a credential.
FILENAME_NO_EXTENSION A constant indicating there was a filename without an extension.
INVALID_COMMON_NAME A constant indicating an invalid common name was passed while requesting a certificate from Afaria.
NAVIGATION_ERROR A constant indicating that opening the URL failed.
REQUIRED_PARAMETER_NOT_AVAILABLE A constant indicating a required parameter was not available.
RESPONSE_TOO_LARGE A constant indicating the response it too large for a javascript variable.
SSOCERT_EXCEPTION A constant indicating there was an SSO certificate manager exception.
UNKNOWN_ERROR A constant indicating there was an unknown error.
UNKNOWN_MIME_TYPE A constant indicating there was an unkown MIME type.
UNSUPPORTED_ATTACHMENT_TYPE A constant indicating the attachment type is not supported.

Source

hwc-comms.js, line 320.