API Reference
@univerjs
@univerjs/core
classes
Customcommandexecutionerror

@univerjs/core v0.2.14Docs


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

submodules/univer/packages/core/src/common/error.ts:18 (opens in a new tab)

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
cause?publicunknown-Error.causenode_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2022.error.d.ts:24
messagepublicstring-Error.messagenode_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1077
namepublicstring-Error.namenode_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1076
stack?publicstring-Error.stacknode_modules/.pnpm/typescript@5.5.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-traces (opens in a new tab)Error.prepareStackTracesubmodules/univer/node_modules/.pnpm/@types+node@22.5.4/node_modules/@types/node/globals.d.ts:143
stackTraceLimitstaticnumber-Error.stackTraceLimitsubmodules/univer/node_modules/.pnpm/@types+node@22.5.4/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

submodules/univer/node_modules/.pnpm/@types+node@22.5.4/node_modules/@types/node/globals.d.ts:136


Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.