Error

@Serializable
data class Error(val message: String) : SpanStatus

Span completed with an error.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard