blob: 2de72d714d867dbb4cdf7edc092816988be3446f [file] [log] [blame]
%%% Copyright (c) 2007- Facebook
%%% Distributed under the Thrift Software License
%%%
%%% See accompanying file LICENSE or visit the Thrift site at:
%%% http://developers.facebook.com/thrift/
-define(tProtocolException_UNKNOWN, 0).
-define(tProtocolException_INVALID_DATA, 1).
-define(tProtocolException_NEGATIVE_SIZE, 2).
-define(tProtocolException_SIZE_LIMIT, 3).
-define(tProtocolException_BAD_VERSION, 4).
-record(tProtocolException, {super, type}).