-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
@JsonClass(generateAdapter = false) public enum Span.Status extends Enum<Span.Status>
The status of the span. Can be one of 'Unset', 'Error', or 'Ok'
Values: UNSET,ERROR,OK