SpanStatus.outOfRange constructor
const
SpanStatus.outOfRange()
The operation was attempted past the valid range e.g. seeking past the end of a file.
Implementation
const SpanStatus.outOfRange() : this._('out_of_range', 400);