Class: TimeoutError
@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?
optionalcause:unknown
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
message
message:
string
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
name
name:
string='TimeoutError'
Defined in: src/errors.ts:185
Overrides
stack?
optionalstack:string
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
timeoutMs
readonlytimeoutMs:number
Defined in: src/errors.ts:188
The timeout duration in milliseconds that was exceeded.