Skip to content
Prompty

ErrorEventPayload

Payload for “error” events — an error occurred during the loop.

---
title: ErrorEventPayload
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class ErrorEventPayload {
        +string message
        +string errorKind
        +string phase
    }
message: Rate limit exceeded
errorKind: rate_limit
phase: llm
Name Type Description
message string Human-readable error description
errorKind string Stable machine-readable error category
phase string Operation or phase where the error occurred