SpanStatus.alreadyExists constructor

const SpanStatus.alreadyExists()

The entity attempted to be created already exists

Implementation

const SpanStatus.alreadyExists() : this._('already_exists', 409);