Skip to content

Latest commit

 

History

History
159 lines (86 loc) · 2.7 KB

QueueQueueNotEmptyError.md

File metadata and controls

159 lines (86 loc) · 2.7 KB

RedisSMQ / Docs / API Reference / QueueQueueNotEmptyError

Class: QueueQueueNotEmptyError

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new QueueQueueNotEmptyError(message?): QueueQueueNotEmptyError

Parameters

Name Type
message? string

Returns

QueueQueueNotEmptyError

Inherited from

QueueError.constructor

Properties

cause

Optional cause: unknown

Inherited from

QueueError.cause


message

message: string

Inherited from

QueueError.message


stack

Optional stack: string

Inherited from

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

QueueError.prepareStackTrace


stackTraceLimit

Static stackTraceLimit: number

Inherited from

QueueError.stackTraceLimit

Accessors

name

get name(): string

Returns

string

Inherited from

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

QueueError.captureStackTrace