apache-thrift ~master (2021-10-21T20:57:04Z)
Home
Dub
Repo
TTransportException
thrift
transport
base
Transport-level exception.
class
TTransportException :
TException
{
enum
Type
;
this
(Type type, string file, size_t line, Throwable next);
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Type type, string file, size_t line, Throwable next);
Type
type
();
protected
Type
type_
;
}
Constructors
this
this
(Type type, string file, size_t line, Throwable next)
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Type type, string file, size_t line, Throwable next)
Members
Enums
Type
enum
Type
Error codes for the various types of exceptions.
Functions
type
Type
type
()
Variables
type_
Type
type_
;
Undocumented in source.
Meta
Source
See Implementation
thrift
transport
base
classes
TBaseTransport
TTransportException
TTransportFactory
TWrapperTransportFactory
interfaces
TTransport
templates
isTTransport
Transport-level exception.