SELECT errorCodeToName(toUInt32(-1));
SELECT errorCodeToName(600); /* gap in error codes */
SELECT errorCodeToName(0);
SELECT errorCodeToName(1);