Enum StatusCode
- Namespace
- OpenTelemetry.Trace
- Assembly
- OpenTelemetry.Api.dll
Canonical result code of span execution.
public enum StatusCode
Fields
Error = 2
The operation contains an error.
Ok = 1
The operation completed successfully.
Unset = 0
The default status.