Enum TraceStatus
- Namespace
- DotCompute.Core.Telemetry.Enums
- Assembly
- DotCompute.Core.dll
Defines the possible status values for a complete trace execution. Indicates the overall success or failure state of the traced operation.
public enum TraceStatus
Fields
Error = 1The trace encountered errors and one or more operations failed.
Ok = 0The trace completed successfully with all operations finishing without errors.
PartialFailure = 3The trace completed with some operations succeeding and others failing.
Timeout = 2The trace exceeded the configured timeout period.