ErrorEventPayload
Payload for “error” events — an error occurred during the loop.
Class Diagram
Section titled “Class Diagram”---
title: ErrorEventPayload
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class ErrorEventPayload {
+string message
}
Yaml Example
Section titled “Yaml Example”message: Rate limit exceededProperties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| message | string | Human-readable error description |