EvalCapExceededErrorConstructorParams
Parameters for EvalCapExceededError’s constructor.
Import:
import type { EvalCapExceededErrorConstructorParams } from 'obsidian-integration-testing';Signature:
export interface EvalCapExceededErrorConstructorParamsProperties
| Property | Type | Description |
|---|---|---|
| capInMilliseconds | number | The per-eval cap the closure outran, in milliseconds. |
| cause | unknown | The underlying transport error, kept as the cause so the raw diagnosis is not lost. |
| optionName | string | The name of the option that sets the cap on this transport, so the message can name the real knob. |
| transportName | string | How to refer to the transport that enforced the cap, e.g. 'Android (Appium)'. |