numeric alias · refers to 3 codes
57
Numeric alias
The numeric value 57 doesn't have its own canonical entry — it's defined symbolically:
- CONNECTION_REJECTED_NO_SUITABLE_CHANNEL Connection Rejected due to No Suitable Channel Found The controller could not find a suitable channel to establish the connection because all available channels are classified as bad.
- TABLE_ALREADY_EXISTS Table already exists A CREATE TABLE statement attempted to create a table whose name already exists in the database. Use `CREATE TABLE IF NOT EXISTS` or drop the existing table first.
- LOG_DIR_NOT_FOUND Log Dir Not Found The specified log directory was not found on this broker. Check the broker's log.dirs configuration.