Error Code List

Definition

#include <vct.h>

#define VCT_ERROR_NONE                  0
#define VCT_ERROR_BAD_PARAM            -1
#define VCT_ERROR_BAD_MODE             -2
#define VCT_ERROR_BAD_REQUEST          -3
#define VCT_ERROR_SEND_FAIL            -4
#define VCT_ERROR_TRANSCEIVER_BUSY     -5
#define VCT_ERROR_EXHAUST_CLIENTS      -6

Definition

VCT_ERROR_NONE There is no error.
VCT_ERROR_BAD_PARAM Invalid function parameter.
VCT_ERROR_BAD_MODE Invalid mode (such as a Transceiver function is called in Telephone Mode).
VCT_ERROR_BAD_REQUEST Invalid request.
VCT_ERROR_SEND_FAIL Transmission failure.
VCT_ERROR_TRANSCEIVER_BUSY Transceiver is currently busy (other clients are in conversation)
VCT_ERROR_EXHAUST_CLIENTS The number of clients reached the participation limit.

Description

VCTErrorCode is an error code list for VoiceChat Library.

See Also

None.

Revision History

2006/04/17 First release