Skip to main content

Error Codes

This page lists the official DPSDK Host App error codes.

CodeMeaning
SDK_NOT_INITIALIZEDDPSDK has not been initialized.
CONFIG_NOT_LOADEDDPSDK global configuration is not loaded yet.
APP_CONFIG_NOT_FOUNDDPSDK configuration for the requested appId was not found.
INVALID_APP_IDThe provided appId is invalid.
ENDPOINT_URL_NOT_SETRequired endpoint URL is not configured.
RESPONSE_PARSE_FAILEDFailed to parse response.
NETWORK_ERRORNetwork request failed.
REQUEST_TIMEOUTRequest timed out.
SERVER_ERRORServer returned an unexpected error.
DELEGATE_NOT_SETRequired host-side handler is not registered.
AUTH_PROVIDER_NOT_AVAILABLEHost-side authentication capability is unavailable.
AUTH_CODE_UNAVAILABLEAuthentication code is currently unavailable.
FEATURE_NOT_SUPPORTEDThis feature is not supported in the current host environment.
MISSING_PARAMETERRequired parameter is missing.
INVALID_PARAMETEROne or more parameters are invalid.
INVALID_USER_DATAUser data is invalid.
MISSING_URLRequired URL parameter is missing.
INVALID_URLThe provided URL is invalid.
MISSING_APP_IDRequired appId is missing.
MISSING_CONFIGRequired config object is missing.
INVALID_PRESENTATION_CONTEXTCurrent page context does not support opening DPSDK.
PAGE_CONTEXT_UNAVAILABLECurrent page context is no longer available.
PAGE_NOT_FOUNDTarget page was not found.
CANNOT_OPEN_URLThe system cannot open the target URL.
OPEN_URL_FAILEDFailed to open the target URL.
OPEN_SETTINGS_FAILEDFailed to open system settings.
SETTINGS_UNAVAILABLEThe target settings page is unavailable.
PERMISSION_DENIEDRequired system permission was denied.
JSON_SERIALIZATION_FAILEDFailed to serialize response payload.
UNKNOWN_EVENT_TYPEEvent type is not recognized.
UNKNOWN_ERRORAn unknown error occurred.