SpanStatus.cancelled constructor
const
SpanStatus.cancelled()
The operation was cancelled, typically by the caller.
Implementation
const SpanStatus.cancelled() : this._('cancelled', 499);
The operation was cancelled, typically by the caller.
const SpanStatus.cancelled() : this._('cancelled', 499);