Enum SpanStatus
- Namespace
- DotCompute.Core.Telemetry.Enums
- Assembly
- DotCompute.Core.dll
Defines the possible status values for a span execution. Indicates the success or failure state of the tracked operation.
public enum SpanStatus
Fields
Cancelled = 3The operation was cancelled before completion.
Error = 1The operation encountered an error and failed to complete.
Ok = 0The operation completed successfully without errors.
Timeout = 2The operation exceeded the configured timeout period.