Table of Contents

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 = 1

The trace encountered errors and one or more operations failed.

Ok = 0

The trace completed successfully with all operations finishing without errors.

PartialFailure = 3

The trace completed with some operations succeeding and others failing.

Timeout = 2

The trace exceeded the configured timeout period.