Notification SDK Client 4.34.0
Loading...
Searching...
No Matches
NotificationSDKClientErrorCodes.h File Reference

Go to the source code of this file.

Macros

#define NotificationSDKClientErrorCodes_INTERNAL_ERROR   -5450
 
#define NotificationSDKClientErrorCodes_VASCO_NOTIFICATION_IDENTIFIER_INCORRECT_FORMAT   -5451
 
#define NotificationSDKClientErrorCodes_VASCO_NOTIFICATION_IDENTIFIER_NULL   -5452
 
#define NotificationSDKClientErrorCodes_VASCO_NOTIFICATION_IDENTIFIER_INVALID   -5453
 
#define NotificationSDKClientErrorCodes_NOTIFICATION_NULL   -5454
 
#define NotificationSDKClientErrorCodes_NOTIFICATION_INVALID   -5455
 
#define NotificationSDKClientErrorCodes_NETWORK_NOT_AVAILABLE   -5456
 
#define NotificationSDKClientErrorCodes_DEVTOKEN_NULL   -5461
 

Macro Definition Documentation

◆ NotificationSDKClientErrorCodes_DEVTOKEN_NULL

#define NotificationSDKClientErrorCodes_DEVTOKEN_NULL   -5461

The devToken parameter is null.

◆ NotificationSDKClientErrorCodes_INTERNAL_ERROR

#define NotificationSDKClientErrorCodes_INTERNAL_ERROR   -5450

An Internal error has occurred

◆ NotificationSDKClientErrorCodes_NETWORK_NOT_AVAILABLE

#define NotificationSDKClientErrorCodes_NETWORK_NOT_AVAILABLE   -5456

The network is not available.

◆ NotificationSDKClientErrorCodes_NOTIFICATION_INVALID

#define NotificationSDKClientErrorCodes_NOTIFICATION_INVALID   -5455

The notification is invalid.

◆ NotificationSDKClientErrorCodes_NOTIFICATION_NULL

#define NotificationSDKClientErrorCodes_NOTIFICATION_NULL   -5454

The notification is null.

◆ NotificationSDKClientErrorCodes_VASCO_NOTIFICATION_IDENTIFIER_INCORRECT_FORMAT

#define NotificationSDKClientErrorCodes_VASCO_NOTIFICATION_IDENTIFIER_INCORRECT_FORMAT   -5451

The VASCO notification identifier format is incorrect. It must be a hexadecimal string.

◆ NotificationSDKClientErrorCodes_VASCO_NOTIFICATION_IDENTIFIER_INVALID

#define NotificationSDKClientErrorCodes_VASCO_NOTIFICATION_IDENTIFIER_INVALID   -5453

The VASCO notification identifier is invalid.

◆ NotificationSDKClientErrorCodes_VASCO_NOTIFICATION_IDENTIFIER_NULL

#define NotificationSDKClientErrorCodes_VASCO_NOTIFICATION_IDENTIFIER_NULL   -5452

The VASCO notification identifier is null.