Skip to main content

@webda/coreReadme | API


Class: OperationError

Operation

Extends

  • Error

Constructors

new OperationError(operation, type)

new OperationError(operation, type): OperationError

Parameters

operation: string

type: "Unknown" | "PermissionDenied" | "InvalidInput"

Returns

OperationError

Overrides

Error.constructor

Source

packages/core/src/core.ts:108

Properties

message

message: string

Inherited from

Error.message

Source

node_modules/typescript/lib/lib.es5.d.ts:1076


name

name: string

Inherited from

Error.name

Source

node_modules/typescript/lib/lib.es5.d.ts:1075


operation

operation: string

Source

packages/core/src/core.ts:109


stack?

stack?: string

Inherited from

Error.stack

Source

node_modules/typescript/lib/lib.es5.d.ts:1077


type

type: "Unknown" | "PermissionDenied" | "InvalidInput"

Source

packages/core/src/core.ts:110


prepareStackTrace?

static prepareStackTrace?: (err, stackTraces) => any

Optional override for formatting stack traces

Parameters

err: Error

stackTraces: CallSite[]

Returns

any

See

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

Inherited from

Error.prepareStackTrace

Source

packages/core/node_modules/@types/node/globals.d.ts:11


stackTraceLimit

static stackTraceLimit: number

Inherited from

Error.stackTraceLimit

Source

packages/core/node_modules/@types/node/globals.d.ts:13

Methods

captureStackTrace()

static captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters

targetObject: object

constructorOpt?: Function

Returns

void

Inherited from

Error.captureStackTrace

Source

packages/core/node_modules/@types/node/globals.d.ts:4