TTransportException

Transport-level exception.

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