TExceptionMeta

Compile-time metadata for a service method exception annotation.

struct TExceptionMeta {}

Members

Variables

id
short id;

The Thrift id of the exception field in the return value struct.

name
string name;

The name of the exception »return value«. Contrary to TFieldMeta, it only serves decorative purposes here, as it is only used in code not visible to processor implementations/service clients.

type
string type;

The name of the exception type.

Meta