SpanStatus.unauthenticated constructor
const
SpanStatus.unauthenticated()
The requester doesn't have valid authentication credentials for the operation.
Implementation
const SpanStatus.unauthenticated() : this._('unauthenticated', 401);