Skip to content

EvalCapExceededErrorConstructorParams

Parameters for EvalCapExceededError’s constructor.

Import:

import type { EvalCapExceededErrorConstructorParams } from 'obsidian-integration-testing';

Signature:

export interface EvalCapExceededErrorConstructorParams

Properties

PropertyTypeDescription
capInMillisecondsnumberThe per-eval cap the closure outran, in milliseconds.
causeunknownThe underlying transport error, kept as the cause so the raw diagnosis is not lost.
optionNamestringThe name of the option that sets the cap on this transport, so the message can name the real knob.
transportNamestringHow to refer to the transport that enforced the cap, e.g. 'Android (Appium)'.