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.

Constructor

typescript
constructor()

Released under the MIT License.