Update docs/ru/operations/system-tables/errors.md

Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
This commit is contained in:
damozhaeva 2020-12-11 11:17:40 +03:00 committed by GitHub
parent 843a26cbca
commit c2f1885b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
- `name` ([String](../../sql-reference/data-types/string.md)) — название ошибки (`errorCodeToName`).
- `code` ([Int32](../../sql-reference/data-types/int-uint.md)) — номер кода ошибки.
- `value` ([UInt64](../../sql-reference/data-types/int-uint.md)) — число, возникающих ошибок.
- `value` ([UInt64](../../sql-reference/data-types/int-uint.md)) — количество ошибок.
**Пример**