Notification SDK Server  4.34.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
NotificationSDKServerErrorCodes Class Reference

Defines the error codes returned by the NotificationSDKServer. More...

Static Public Attributes

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

Detailed Description

Defines the error codes returned by the NotificationSDKServer.

Field Documentation

◆ CALL_ON_TERMINATED_INSTANCE

const int CALL_ON_TERMINATED_INSTANCE = -5425
static

The NotificationSDKServer instance has been finished. It cannot be used anymore.

◆ 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

The Android data of the notification is too long (the maximum length of the payload is MAX_PAYLOAD_LENGTH_ANDROID bytes).

◆ 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: