SpanStatus.alreadyExists constructor
const
SpanStatus.alreadyExists()
The entity attempted to be created already exists
Implementation
const SpanStatus.alreadyExists() : this._('already_exists', 409);
The entity attempted to be created already exists
const SpanStatus.alreadyExists() : this._('already_exists', 409);