blob: 96bf3acb6274f1c866c4e92ac82864d3ea654fdb [file] [log] [blame]
-record(tProtocolException, {message, type}).
-define(tProtocolException_UNKNOWN, 0).
-define(tProtocolException_INVALID_DATA, 1).
-define(tProtocolException_NEGATIVE_SIZE, 2).
-define(tProtocolException_SIZE_LIMIT, 3).
-define(tProtocolException_BAD_VERSION, 4).