Variant
status
The status of a span.
variant status {
unset,
ok,
error(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| unset | — | The default status. |
| ok | — | The operation has been validated by an Application developer or Operator to have completed successfully. |
| error | string | The operation contains an error with a description. |