-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.2
-
Labels:None
-
Patch Info:Patch Available
The error codes for TProtoException are not fully consistent.
enum TProtocolExceptionType
{ UNKNOWN = 0
, INVALID_DATA = 1
, NEGATIVE_SIZE = 2
, SIZE_LIMIT = 3
, BAD_VERSION = 4
, NOT_IMPLEMENTED = 5
, DEPTH_LIMIT = 6
};
1.
|
Additional LUA TProtocolException error code needed? |
|
Closed | Unassigned |