You've already forked pgbackrest
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user