SpanStatus.failedPrecondition constructor

const SpanStatus.failedPrecondition()

The client shouldn't retry until the system state has been explicitly handled.

Implementation

const SpanStatus.failedPrecondition() : this._('failed_precondition', 400);