Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
Error codes returned by function SMQ_getMessage

Detailed Description

hello

Collaboration diagram for Error codes returned by function SMQ_getMessage:

Macros

#define SMQE_BUF_OVERFLOW   -10000
 The buffer provided in SMQ_constructor is not sufficiently large. More...
 
#define SMQE_INVALID_URL   -10002
 The URL provided is invalid. More...
 
#define SMQE_PROTOCOL_ERROR   -10003
 TCP connection error. More...
 
#define SMQE_DISCONNECT   -10004
 Server sent a disconnect message. More...
 
#define SMQE_PONGTIMEOUT   -10005
 No PONG response to PING: timeout. More...
 

Macro Definition Documentation

◆ SMQE_BUF_OVERFLOW

#define SMQE_BUF_OVERFLOW   -10000

The buffer provided in SMQ_constructor is not sufficiently large.

◆ SMQE_DISCONNECT

#define SMQE_DISCONNECT   -10004

Server sent a disconnect message.

◆ SMQE_INVALID_URL

#define SMQE_INVALID_URL   -10002

The URL provided is invalid.

◆ SMQE_PONGTIMEOUT

#define SMQE_PONGTIMEOUT   -10005

No PONG response to PING: timeout.

◆ SMQE_PROTOCOL_ERROR

#define SMQE_PROTOCOL_ERROR   -10003

TCP connection error.