Skip to main content
Error codes specific to the Notification APIs.

Authentication Errors

Error CodeDescription
AUTH_ERR_EMPTY_APIKEYThe apikey header is missing from the request.
AUTH_ERR_APIKEY_NOT_FOUNDThe provided API key is invalid.
AUTH_ERR_NO_ACCESSThe API key doesn’t have the required scope for this operation.

Provider Errors

Error CodeDescription
ERR_PROVIDER_NOT_FOUNDThe specified provider does not exist.
ERR_PROVIDER_ALREADY_EXISTSA provider with the same configuration already exists.

Push Token Errors

Error CodeDescription
ERR_TOKEN_NOT_FOUNDThe specified push token does not exist.
ERR_TOKEN_ALREADY_EXISTSThe push token is already registered.

General Errors

Error CodeDescription
ERR_BAD_REQUESTValidation error in the request body.
ERR_OPERATION_FAILEDThe operation failed due to a server error.