FailureSpanDetail

Details about a specific span where a failure was detected.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The failure signals detected in this span.

Link copied to clipboard

The unique identifier of the span where the failure occurred.

Link copied to clipboard

The trace identifier associated with the failure span.

Functions

Link copied to clipboard
inline fun copy(block: FailureSpanDetail.Builder.() -> Unit = {}): FailureSpanDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String