TeamTalk 5 .NET DLL Version 5.12A
BearWare.ClientErrorMsg Struct Reference

Public Attributes

int nErrorNo
 Error number based on ClientError. More...
 
string szErrorMsg
 Text message describing the error. More...
 

Detailed Description

Definition at line 3325 of file TeamTalk.cs.

Member Data Documentation

◆ nErrorNo

int BearWare.ClientErrorMsg.nErrorNo

Error number based on ClientError.

Definition at line 3328 of file TeamTalk.cs.

◆ szErrorMsg

string BearWare.ClientErrorMsg.szErrorMsg

Text message describing the error.

Definition at line 3331 of file TeamTalk.cs.