DataVaccinator Client  1.1.0
Error Codes

This section contains DataVaccinator specifiic error codes. More...

Macros

#define DVE_OFFSET   5100
 
#define DVE_INVALID_CREDENTIALS   10 + DVE_OFFSET
 
#define DVE_SSL_HANDSHAKE_ERROR   52 + DVE_OFFSET
 
#define DVE_NO_INTERNET   58 + DVE_OFFSET
 
#define DVE_PROTOCOL_ERROR   59 + DVE_OFFSET
 

Detailed Description

This section contains DataVaccinator specifiic error codes.

Macro Definition Documentation

◆ DVE_INVALID_CREDENTIALS

#define DVE_INVALID_CREDENTIALS   10 + DVE_OFFSET

Invalid key or password.

◆ DVE_NO_INTERNET

#define DVE_NO_INTERNET   58 + DVE_OFFSET

Internet connection problem

◆ DVE_OFFSET

#define DVE_OFFSET   5100

◆ DVE_PROTOCOL_ERROR

#define DVE_PROTOCOL_ERROR   59 + DVE_OFFSET

Internal Protocol Error

◆ DVE_SSL_HANDSHAKE_ERROR

#define DVE_SSL_HANDSHAKE_ERROR   52 + DVE_OFFSET

A problem occurred while securely accessing the internet (SSL/TLS handshake failed).