Skip to content

RequestTimeoutError

import { RequestTimeoutError } from '@kairo-js/router'

extends Error

Thrown when router.request() does not receive a response within the specified number of ticks. The default timeout is 20 ticks.

Not directly instantiable — received as a thrown exception.

Released under the MIT License.