ConsumerError overview
Added in v0.1.0
Table of contents
error
ConnectionException (class)
Signature
export declare class ConnectionException {
constructor(options: { readonly broker: string; readonly message: string; readonly stack?: string })
}
Added in v0.2.0
ConsumerError (type alias)
Signature
export type ConsumerError = RouteNotFound
Added in v0.1.0
RouteNotFound (class)
Signature
export declare class RouteNotFound {
constructor(options: { payload: ConsumerRecord.ConsumerRecord })
}
Added in v0.1.0