Skip to content

Class: TimeoutError

@kortexya/reasoninglayer


@kortexya/reasoninglayer / TimeoutError

Class: TimeoutError

Defined in: src/errors.ts:184

Timeout error.

The request exceeded the configured timeout duration.

Extends

Constructors

Constructor

new TimeoutError(timeoutMs): TimeoutError

Defined in: src/errors.ts:190

Parameters

timeoutMs

number

Returns

TimeoutError

Overrides

ReasoningLayerError.constructor

Properties

cause?

optional cause: unknown

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts:26

Inherited from

ReasoningLayerError.cause


message

message: string

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

ReasoningLayerError.message


name

name: string = 'TimeoutError'

Defined in: src/errors.ts:185

Overrides

ReasoningLayerError.name


stack?

optional stack: string

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

ReasoningLayerError.stack


timeoutMs

readonly timeoutMs: number

Defined in: src/errors.ts:188

The timeout duration in milliseconds that was exceeded.