Classes · @purista/core

AgentRunError

Error raised when a harness run terminates with a serialized error.

Signature

AgentRunError.tstypescript
class AgentRunError

Constructors

1 entry

constructor

Constructor

Source
constructor.tstypescript
new constructor(error: { category: string; code: string; message: string; meta: Record<string, unknown>; retriable: boolean })

Properties

4 entries

category

Property

Source
category.tstypescript
category: string

code

Property

Source
code.tstypescript
code: string

meta

Property

Source
meta.tstypescript
meta: Record<string, unknown>

retriable

Property

Source
retriable.tstypescript
retriable: boolean