Classes · @purista/core
AgentRunError
Error raised when a harness run terminates with a serialized error.
Signature
class AgentRunErrorConstructors
1 entry
constructor
Constructor
new constructor(error: { category: string; code: string; message: string; meta: Record<string, unknown>; retriable: boolean })Properties
4 entries