Variant

status

The status of a span.

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

Cases

CasePayloadDescription
unset—

The default status.

ok—

The operation has been validated by an Application developer or Operator to have completed successfully.

errorstring

The operation contains an error with a description.