Defines the error codes returned by the NotificationSDKServer.
More...
Defines the error codes returned by the NotificationSDKServer.
◆ CALL_ON_TERMINATED_INSTANCE
const int CALL_ON_TERMINATED_INSTANCE = -5425 |
|
static |
◆ CREDENTIALS_ANDROID_INVALID
const int CREDENTIALS_ANDROID_INVALID = -5405 |
|
static |
The Android part of the credentials object is invalid.
◆ CREDENTIALS_IOS_INVALID
const int CREDENTIALS_IOS_INVALID = -5406 |
|
static |
The iOS part of the credentials object is invalid.
◆ CREDENTIALS_NULL
const int CREDENTIALS_NULL = -5404 |
|
static |
The credentials object is null.
◆ INTERNAL_ERROR
const int INTERNAL_ERROR = -5400 |
|
static |
An internal error has occurred.
◆ NOTIFICATION_ANDROID_DATA_TOO_LONG
const int NOTIFICATION_ANDROID_DATA_TOO_LONG = -5421 |
|
static |
◆ NOTIFICATION_CONTENT_NULL
const int NOTIFICATION_CONTENT_NULL = -5418 |
|
static |
The notification content is null.
◆ NOTIFICATION_IOS_DATA_TOO_LONG
const int NOTIFICATION_IOS_DATA_TOO_LONG = -5422 |
|
static |
The iOS data of the notification is too long (the maximum length of the payload is MAX_PAYLOAD_LENGTH_IOS bytes).
◆ NOTIFICATION_IOS_TITLE_CHARACTER_INVALID
const int NOTIFICATION_IOS_TITLE_CHARACTER_INVALID = -5416 |
|
static |
The iOS title of the notification contains an invalid character. '\n' is not a valid character in the title.
◆ NOTIFICATION_NULL
const int NOTIFICATION_NULL = -5414 |
|
static |
The notification object is null.
◆ NOTIFICATION_PROVIDER_ANDROID_ERROR
const int NOTIFICATION_PROVIDER_ANDROID_ERROR = -5410 |
|
static |
There has been an error with the Google notification service provider. See cause for error details.
◆ NOTIFICATION_PROVIDER_IOS_ERROR
const int NOTIFICATION_PROVIDER_IOS_ERROR = -5411 |
|
static |
There has been an error with the Apple notification service provider. See cause for error details.
◆ NOTIFICATION_SUBJECT_NULL
const int NOTIFICATION_SUBJECT_NULL = -5417 |
|
static |
The notification subject is null.
◆ NOTIFICATION_TITLE_NULL
const int NOTIFICATION_TITLE_NULL = -5415 |
|
static |
The notification title is null.
◆ SETTINGS_INVALID
const int SETTINGS_INVALID = -5409 |
|
static |
The settings object is invalid.
◆ VASCO_NOTIFICATION_IDENTIFIER_INCORRECT_FORMAT
const int VASCO_NOTIFICATION_IDENTIFIER_INCORRECT_FORMAT = -5401 |
|
static |
The VASCO notification identifier format is incorrect. It must be an even hexadecimal string.
◆ VASCO_NOTIFICATION_IDENTIFIER_INVALID
const int VASCO_NOTIFICATION_IDENTIFIER_INVALID = -5403 |
|
static |
The VASCO notification identifier is invalid.
◆ VASCO_NOTIFICATION_IDENTIFIER_NULL
const int VASCO_NOTIFICATION_IDENTIFIER_NULL = -5402 |
|
static |
The VASCO notification identifier is null.
The documentation for this class was generated from the following file: