system.errors

    • (String) — name of the error (errorCodeToName).
    • code () — code number of the error.
    • value (UInt64) — the number of times this error has been happened.
    • last_error_message () — message for the last error.
    • last_error_trace (Array(UInt64)) — A which represents a list of physical addresses where the called methods are stored.
    • remote (UInt8) — remote exception (i.e. received during one of the distributed query).
    1. SELECT name, arrayStringConcat(all, '\n') AS res
    2. FROM system.errors
    3. LIMIT 1