@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
Constructor
new ExperimentalError(
props):ExperimentalError
Defined in: utils/ExperimentalError.ts:26
Parameters
props
ExperimentalErrorProps
Returns
ExperimentalError
Overrides
Properties
durationMs?
readonlyoptionaldurationMs?: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
inspect?
readonlyoptionalinspect?: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
object?
readonlyoptionalobject?: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
remarks?
readonlyoptionalremarks?:string
Defined in: utils/DetailedError.ts:12
The main message of the log.
Remarks
Always visible.