blob: 96bf3acb6274f1c866c4e92ac82864d3ea654fdb [file] [log] [blame]
Christopher Piro2f5afce2007-06-29 07:17:33 +00001-record(tProtocolException, {message, type}).
2
3-define(tProtocolException_UNKNOWN, 0).
4-define(tProtocolException_INVALID_DATA, 1).
5-define(tProtocolException_NEGATIVE_SIZE, 2).
6-define(tProtocolException_SIZE_LIMIT, 3).
7-define(tProtocolException_BAD_VERSION, 4).
8