Skip to content

Latest commit

 

History

History
175 lines (94 loc) · 2.51 KB

RedisSMQError.md

File metadata and controls

175 lines (94 loc) · 2.51 KB

RedisSMQ Common Library / Docs / API Reference / RedisSMQError

Class: RedisSMQError

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new RedisSMQError(message?): RedisSMQError

Parameters

Name Type
message? string

Returns

RedisSMQError

Overrides

Error.constructor

Properties

cause

Optional cause: unknown

Inherited from

Error.cause


message

message: string

Inherited from

Error.message


stack

Optional stack: string

Inherited from

Error.stack


prepareStackTrace

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

Optional override for formatting stack traces

See

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

Type declaration

▸ (err, stackTraces): any

Parameters
Name Type
err Error
stackTraces CallSite[]
Returns

any

Inherited from

Error.prepareStackTrace


stackTraceLimit

Static stackTraceLimit: number

Inherited from

Error.stackTraceLimit

Accessors

name

get name(): string

Returns

string

Overrides

Error.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

Error.captureStackTrace