SpanStatus.deadlineExceeded constructor
const
SpanStatus.deadlineExceeded()
The deadline expired before the operation could succeed.
Implementation
const SpanStatus.deadlineExceeded() : this._('deadline_exceeded', 504);
The deadline expired before the operation could succeed.
const SpanStatus.deadlineExceeded() : this._('deadline_exceeded', 504);