Variant

status

The status of a span.

variant status {
  unset,
  ok,
  error(string),
}

Cases

CasePayloadDescription
unsetThe default status.
okThe operation has been validated by an Application developer or Operator to have completed successfully.
errorstringThe operation contains an error with a description.