Skip to content
Prompty

ErrorChunk

An error chunk from the LLM response stream.

---
title: ErrorChunk
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class StreamChunk {
      <<abstract>>
        +string kind
    }
    StreamChunk <|-- ErrorChunk
    class ErrorChunk {
        +string kind
        +string message
    }
message: Rate limit exceeded
Name Type Description
kind string The kind identifier for error chunks
message string The error message