Record
error-with-detail
An error code, optionally with extra request error information.
record error-with-detail {
detail: option<send-error-detail>,
error: error,
}Fields
| Name | Type | Description |
|---|---|---|
| detail | option<send-error-detail> | |
| error | error |
An error code, optionally with extra request error information.
record error-with-detail {
detail: option<send-error-detail>,
error: error,
}| Name | Type | Description |
|---|---|---|
| detail | option<send-error-detail> | |
| error | error |