code
Represents the status code
For the semantics of status codes see https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status
Constants
ERROR
type: U64
The span contains an error
OK
type: U64
The span has been validated to have been completed/processed successfully.
UNSET
type: U64
The default status.