errors.fyi community error code reference
DATABASE_ALREADY_EXISTS
clickhouse

Database already exists

A CREATE DATABASE statement attempted to create a database that already exists. Use `CREATE DATABASE IF NOT EXISTS` to suppress this error.

Numeric value: 82

References

โ† all namespaces for DATABASE_ALREADY_EXISTS