Sha256: 518d812b509181aa648175a0c821513890d4e568251bba697ecc768cccae9fe7

Contents?: true

Size: 1.1 KB

Versions: 28

Compression:

Stored size: 1.1 KB

Contents

%%% 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/

%% TType
-define(tType_STOP, 0).
-define(tType_VOID, 1).
-define(tType_BOOL, 2).
-define(tType_BYTE, 3).
-define(tType_DOUBLE, 4).
-define(tType_I16, 6).
-define(tType_I32, 8).
-define(tType_I64, 10).
-define(tType_STRING, 11).
-define(tType_STRUCT, 12).
-define(tType_MAP, 13).
-define(tType_SET, 14).
-define(tType_LIST, 15).

% TMessageType
-define(tMessageType_CALL, 1).
-define(tMessageType_REPLY, 2).
-define(tMessageType_EXCEPTION, 3).

% TApplicationException
-define(TApplicationException_Structure,
        {struct, [{1, string},
                  {2, i32}]}).

-record('TApplicationException', {message, type}).

-define(TApplicationException_UNKNOWN, 0).
-define(TApplicationException_UNKNOWN_METHOD, 1).
-define(TApplicationException_INVALID_MESSAGE_TYPE, 2).
-define(TApplicationException_WRONG_METHOD_NAME, 3).
-define(TApplicationException_BAD_SEQUENCE_ID, 4).
-define(TApplicationException_MISSING_RESULT, 5).

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
auser-poolparty-1.3.0 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.1 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.10 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.11 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.12 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.13 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.14 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.15 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.16 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.17 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.2 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.3 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.4 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.5 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.6 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.7 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
auser-poolparty-1.3.8 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
fairchild-poolparty-1.3.17 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
fairchild-poolparty-1.3.5 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl
poolparty-1.3.15 examples/thrift/erlang/deps/thrift/include/thrift_constants.hrl