You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Add KernelError to report miscellaneous kernel errors.
This commit is contained in:
@ -167,6 +167,8 @@ use constant ERROR_FILE_INFO => 98;
|
||||
push @EXPORT, qw(ERROR_FILE_INFO);
|
||||
use constant ERROR_JSON_FORMAT => 99;
|
||||
push @EXPORT, qw(ERROR_JSON_FORMAT);
|
||||
use constant ERROR_KERNEL => 100;
|
||||
push @EXPORT, qw(ERROR_KERNEL);
|
||||
use constant ERROR_RUNTIME => 122;
|
||||
push @EXPORT, qw(ERROR_RUNTIME);
|
||||
use constant ERROR_INVALID => 123;
|
||||
|
Reference in New Issue
Block a user