Uses of Enum Class
io.helidon.tracing.Span.Status
Packages that use Span.Status
-
Uses of Span.Status in io.helidon.tracing
Subclasses with type arguments of type Span.Status in io.helidon.tracingMethods in io.helidon.tracing that return Span.StatusModifier and TypeMethodDescriptionstatic Span.StatusReturns the enum constant of this class with the specified name.static Span.Status[]Span.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.tracing with parameters of type Span.StatusModifier and TypeMethodDescriptionvoidSpan.status(Span.Status status) Span status, mostly used to configureSpan.Status.ERROR.