apache-thrift ~master (2021-10-21T20:57:04Z)
Home
Dub
Repo
TServerTransportException
thrift
server
transport
base
Server transport exception.
class
TServerTransportException :
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
server
transport
base
classes
TServerTransportException
interfaces
TServerTransport
Server transport exception.