Variant
trailer-error
Trailers aren't available until the body has been completely transmitted, so this error type can either indicate that the errors aren't available yet, or that an error occurred.
variant trailer-error {
not-available-yet,
error(error),
}Cases
| Case | Payload | Description |
|---|---|---|
| not-available-yet | — | The trailers aren't available yet. |
| error | error | An error occurred. |