papi-dts
    Preparing search index...

    Function isRequestTimedOutError

    • Experimental

      Whether error is what network.service's request plumbing throws when a request expires client-side before any answer arrives (doRequest builds JSON-RPC Request timed out: <requestType> <args> when its per-request wait runs out). Matched by message substring — no richer machine-readable marker exists for this failure — deriving the format from its one producer (JSON_RPC_REQUEST_TIMED_OUT_MESSAGE_PREFIX), so a reformat there cannot silently stop this matcher from matching.

      Parameters

      • error: unknown

      Returns boolean