Skip to content

agent-plugin-error-handling / Exports / IErrorContextAdapter

Interface: IErrorContextAdapter

Error context adapter for PluginError compatibility

Indexable

▪ [key: string]: string | number | boolean | Date | Error | string[] | undefined

Table of contents

Properties

Properties

originalError

Optional originalError: string

Defined in

agent-plugin-error-handling/src/types.ts:76


executionId

Optional executionId: string

Defined in

agent-plugin-error-handling/src/types.ts:77


sessionId

Optional sessionId: string

Defined in

agent-plugin-error-handling/src/types.ts:78


userId

Optional userId: string

Defined in

agent-plugin-error-handling/src/types.ts:79


attempt

Optional attempt: number

Defined in

agent-plugin-error-handling/src/types.ts:80

Released under the MIT License.