CdpCommandTimeoutError
Thrown when a CDP command gets no response within the transport’s per-command timeout. Carries the method and the budget so a caller can instanceof-match and re-report it in its own terms.
Import:
import { CdpCommandTimeoutError } from 'obsidian-integration-testing';Signature:
export class CdpCommandTimeoutError extends ErrorExtends: Error
Constructor
new CdpCommandTimeoutError(params: CdpCommandTimeoutErrorConstructorParams)Creates the error from the method and the elapsed budget.
Properties
| Property | Type | Description |
|---|---|---|
| method | string | The CDP method that got no response. |
| timeoutInMilliseconds | number | The per-command budget that elapsed, in milliseconds. |
Links to this page: