Variant
io-error
No description available.
variant io-error {
io(string),
closed,
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| io | string | An I/O error occurred. |
| closed | — | The output stream has been closed. |
| other | string | Some other error occurred. |