TeamTalk 5 C-API DLL Version 5.13A
ClientErrorMsg Struct Reference

Struct containing an error message. More...

#include <TeamTalk.h>

Public Attributes

INT32 nErrorNo
 Error number based on ClientError. More...
 
TTCHAR szErrorMsg [TT_STRLEN]
 Text message describing the error. More...
 

Detailed Description

Struct containing an error message.

Definition at line 3131 of file TeamTalk.h.

Member Data Documentation

◆ nErrorNo

INT32 ClientErrorMsg::nErrorNo

Error number based on ClientError.

Definition at line 3134 of file TeamTalk.h.

◆ szErrorMsg

TTCHAR ClientErrorMsg::szErrorMsg[TT_STRLEN]

Text message describing the error.

Definition at line 3136 of file TeamTalk.h.