ExperimentalError
class ExperimentalError extends DetailedError
Constructors
constructor
Parameters
OverwritesDetailedError.constructorProperties
cause
cause?: unknown
DetailedError.causedurationMs
readonly public durationMs?: number
An optional duration in milliseconds.
Can be used to display any duration related to the log. The value is always visible next to the message.
Inherited fromDetailedError.durationMsinspect
readonly public inspect?: string
An optional key used to inspect a related object.
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.
DetailedError.inspectmessage
message: string
DetailedError.messagename
name: string
DetailedError.nameobject
readonly public object?: any
An object that will be serialized as JSON and displayed under the message.
Visible only when the log is expanded.
Inherited fromDetailedError.objectremarks
readonly public remarks?: string
The main message of the log.
Always visible.
Inherited fromDetailedError.remarksstack
stack?: string
DetailedError.stack