r1319@opsdev009 (orig r70531): cpiro | 2007-11-17 18:10:20 -0800
[amiethrift.git] / lib / erl / include / protocol / tProtocolException.hrl
blob9d2f31afce4baf63a9d36668bcb13796067cb8e3
1 %%% Copyright (c) 2007- Facebook
2 %%% Distributed under the Thrift Software License
3 %%%
4 %%% See accompanying file LICENSE or visit the Thrift site at:
5 %%% http://developers.facebook.com/thrift/
7 -define(tProtocolException_UNKNOWN, 0).
8 -define(tProtocolException_INVALID_DATA, 1).
9 -define(tProtocolException_NEGATIVE_SIZE, 2).
10 -define(tProtocolException_SIZE_LIMIT, 3).
11 -define(tProtocolException_BAD_VERSION, 4).
13 -record(tProtocolException, {super}).