Skip to content

Latest commit

 

History

History
159 lines (86 loc) · 2.71 KB

ExchangeFanOutError.md

File metadata and controls

159 lines (86 loc) · 2.71 KB

RedisSMQ / Docs / API Reference / ExchangeFanOutError

Class: ExchangeFanOutError

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new ExchangeFanOutError(message?): ExchangeFanOutError

Parameters

Name Type
message? string

Returns

ExchangeFanOutError

Inherited from

ExchangeError.constructor

Properties

cause

Optional cause: unknown

Inherited from

ExchangeError.cause


message

message: string

Inherited from

ExchangeError.message


stack

Optional stack: string

Inherited from

ExchangeError.stack


prepareStackTrace

Static Optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any

Type declaration

▸ (err, stackTraces): any

Optional override for formatting stack traces

Parameters
Name Type
err Error
stackTraces CallSite[]
Returns

any

See

https://v8.dev/docs/stack-trace-api#customizing-stack-traces

Inherited from

ExchangeError.prepareStackTrace


stackTraceLimit

Static stackTraceLimit: number

Inherited from

ExchangeError.stackTraceLimit

Accessors

name

get name(): string

Returns

string

Inherited from

ExchangeError.name

Methods

captureStackTrace

captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters

Name Type
targetObject object
constructorOpt? Function

Returns

void

Inherited from

ExchangeError.captureStackTrace