SpanStatus.cancelled constructor

const SpanStatus.cancelled()

The operation was cancelled, typically by the caller.

Implementation

const SpanStatus.cancelled() : this._('cancelled', 499);