Added new exception constants
This commit is contained in:
@@ -6,5 +6,7 @@ static const int EXCEPT_TOOFEWARGS = 15;
|
|||||||
static const int EXCEPT_INVALIDARGS = 20;
|
static const int EXCEPT_INVALIDARGS = 20;
|
||||||
static const int EXCEPT_ADDRNOTAVAIL = 25;
|
static const int EXCEPT_ADDRNOTAVAIL = 25;
|
||||||
static const int EXCEPT_INVALIDIP = 30;
|
static const int EXCEPT_INVALIDIP = 30;
|
||||||
|
static const int EXCEPT_GENSOCKERR = 35;
|
||||||
|
static const int EXCEPT_WRONGRESPONSE = 40;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user