Variant
io-error
No description available.
variant io-error {
message-not-started,
message-in-progress,
message-finished,
closed,
io(string),
unexpected(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| message-not-started | — | The message has not been started yet. |
| message-in-progress | — | A message is currently in progress. |
| message-finished | — | The message has been finished. |
| closed | — | The output stream has been closed. |
| io | string | An I/O error occurred. |
| unexpected | string | Some other error occurred. |