r1319@opsdev009 (orig r70531): cpiro | 2007-11-17 18:10:20 -0800
[amiethrift.git] / lib / erl / include / transport / tTransportException.hrl
blob0fcc99fc5e9a2499a491a6741da68e55eaf17260
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(tTransportException_UNKNOWN, 0).
8 -define(tTransportException_NOT_OPEN, 1).
9 -define(tTransportException_ALREADY_OPEN, 2).
10 -define(tTransportException_TIMED_OUT, 3).
11 -define(tTransportException_END_OF_FILE, 4).
13 -record(tTransportException, {super}).