SpanStatus.internalError constructor
const
SpanStatus.internalError()
Some invariants expected by the underlying system have been broken. This code is reserved for serious errors.
Implementation
const SpanStatus.internalError() : this._('internal_error', 500);