@univerjscoreclassesCustomcommandexecutionerror

@univerjs/core v0.5.0-beta.1Docs


Class: CustomCommandExecutionError

Copyright 2023-present DreamNum Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Extends

  • Error

Constructors

new CustomCommandExecutionError()

new CustomCommandExecutionError(message): CustomCommandExecutionError

Parameters

ParameterType
messagestring

Returns

CustomCommandExecutionError

Overrides

Error.constructor

Defined in

packages/api/tmp/univer-pro/submodules/univer/packages/core/src/common/error.ts:18

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
cause?publicunknown-Error.causenode_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.error.d.ts:24
messagepublicstring-Error.messagenode_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es5.d.ts:1077
namepublicstring-Error.namenode_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es5.d.ts:1076
stack?publicstring-Error.stacknode_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es5.d.ts:1078
prepareStackTrace?static(err: Error, stackTraces: CallSite[]) => anyOptional override for formatting stack traces See https://v8.dev/docs/stack-trace-api#customizing-stack-tracesError.prepareStackTracepackages/api/tmp/univer-pro/node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/globals.d.ts:143
stackTraceLimitstaticnumber-Error.stackTraceLimitpackages/api/tmp/univer-pro/node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/globals.d.ts:145

Methods

captureStackTrace()

static captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters

ParameterType
targetObjectobject
constructorOpt?Function

Returns

void

Inherited from

Error.captureStackTrace

Defined in

packages/api/tmp/univer-pro/node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/globals.d.ts:136