Variant
notification-error
Errors that can occur when sending notifications
variant notification-error {
io(stream-error),
serialization(string),
unexpected(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| io | stream-error | An I/O error occurred writing to the output stream |
| serialization | string | Failed to serialize the notification to JSON-RPC format |
| unexpected | string | An unexpected error occurred |