Skip to content

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
NameTypeDescription
kindstringThe kind identifier for error chunks
messagestringThe error message