in src/connection/BaseConnection.ts [128:133]
set status (status: string) { if (!validStatuses.includes(status)) { throw new ConfigurationError(`Unsupported status: '${status}'`) } this[kStatus] = status }