Class: IngestionFailedError
@kortexya/reasoninglayer / IngestionFailedError
Class: IngestionFailedError
Defined in: src/resources/ingestion-session.ts:22
Error thrown when an async ingestion session fails on the backend.
Remarks
Detected during polling when the session status transitions to "failed".
Extends
Constructors
Constructor
new IngestionFailedError(
session):IngestionFailedError
Defined in: src/resources/ingestion-session.ts:31
Parameters
session
Returns
IngestionFailedError
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='IngestionFailedError'
Defined in: src/resources/ingestion-session.ts:23
Overrides
session
readonlysession:IngestionSessionResponse
Defined in: src/resources/ingestion-session.ts:29
The last known session state.
sessionId
readonlysessionId:string
Defined in: src/resources/ingestion-session.ts:26
The session ID that failed.
stack?
optionalstack:string
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078