kafkad.exception

Undocumented in source.

Members

Classes

ConnectionException
class ConnectionException

used to mask vibe.d's Exceptions related to connection establishment

CrcException
class CrcException
Undocumented in source.
MetadataException
class MetadataException
Undocumented in source.
OffsetOutOfRangeException
class OffsetOutOfRangeException
Undocumented in source.
ProtocolException
class ProtocolException
Undocumented in source.
StreamException
class StreamException

used to mask vibe.d's Exceptions related to stream I/O

Functions

rethrow
T rethrow(T expression, Args args)

Catches any exception in the expression and throws a new one specified by E and args

Mixin templates

ExceptionCtorMixin
mixintemplate ExceptionCtorMixin()
Undocumented in source.

Meta