Skip to content

Latest commit

 

History

History
159 lines (86 loc) · 2.9 KB

NamespaceInvalidNamespaceError.md

File metadata and controls

159 lines (86 loc) · 2.9 KB

RedisSMQ / Docs / API Reference / NamespaceInvalidNamespaceError

Class: NamespaceInvalidNamespaceError

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new NamespaceInvalidNamespaceError(message?): NamespaceInvalidNamespaceError

Parameters

Name Type
message? string

Returns

NamespaceInvalidNamespaceError

Inherited from

NamespaceError.constructor

Properties

cause

Optional cause: unknown

Inherited from

NamespaceError.cause


message

message: string

Inherited from

NamespaceError.message


stack

Optional stack: string

Inherited from

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

NamespaceError.prepareStackTrace


stackTraceLimit

Static stackTraceLimit: number

Inherited from

NamespaceError.stackTraceLimit

Accessors

name

get name(): string

Returns

string

Inherited from

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

NamespaceError.captureStackTrace