1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Add KernelError to report miscellaneous kernel errors.

This commit is contained in:
David Steele
2018-11-11 18:07:56 -05:00
parent 257df96b12
commit 72ea47bfb3
6 changed files with 14 additions and 0 deletions
+3
View File
@@ -89,6 +89,9 @@ file-info: 98
# Invalid JSON format. Eventually this should be a child of format error and share the same code
json-format: 99
# An error from the kernel that there's nothing we can do about. It should always be fatal.
kernel: 100
# This error should not be thrown directly -- it serves as a parent for the C errors
runtime: 122