Skip to Content

@revideo/core


@revideo/core / utils / ExperimentalError

Class: ExperimentalError

Defined in: utils/ExperimentalError.ts:24 

Extends

Constructors

Constructor

new ExperimentalError(message, remarks?): ExperimentalError

Defined in: utils/ExperimentalError.ts:25 

Parameters

message

string

remarks?

string

Returns

ExperimentalError

Overrides

DetailedError.constructor

Constructor

new ExperimentalError(props): ExperimentalError

Defined in: utils/ExperimentalError.ts:26 

Parameters

props

ExperimentalErrorProps

Returns

ExperimentalError

Overrides

DetailedError.constructor

Properties

durationMs?

readonly optional durationMs?: number

Defined in: utils/DetailedError.ts:20 

An optional duration in milliseconds.

Remarks

Can be used to display any duration related to the log. The value is always visible next to the message.

Inherited from

DetailedError.durationMs


inspect?

readonly optional inspect?: string

Defined in: utils/DetailedError.ts:24 

An optional key used to inspect a related object.

Remarks

This will be used together with the scenes.Inspectable interface to display additional information about the inspected object. When specified, the log will have an “inspect” button that will open the “Properties” tab and select the inspected object.

Inherited from

DetailedError.inspect


object?

readonly optional object?: any

Defined in: utils/DetailedError.ts:16 

An object that will be serialized as JSON and displayed under the message.

Remarks

Visible only when the log is expanded.

Inherited from

DetailedError.object


remarks?

readonly optional remarks?: string

Defined in: utils/DetailedError.ts:12 

The main message of the log.

Remarks

Always visible.

Inherited from

DetailedError.remarks

© 2026 Haven Technologies, Inc.
Class: ExperimentalError – Revideo