Browse Source

update frontends.rst error/warning list

Thomas Waldmann 1 year ago
parent
commit
5caf747011
1 changed files with 6 additions and 3 deletions
  1. 6 3
      docs/internals/frontends.rst

+ 6 - 3
docs/internals/frontends.rst

@@ -643,7 +643,7 @@ Errors
         Key management not available for unencrypted repositories.
     UnknownKeyType rc: 47 traceback: no
         Key type {0} is unknown.
-   UnsupportedPayloadError rc: 48 traceback: no
+    UnsupportedPayloadError rc: 48 traceback: no
         Unsupported payload type {}. A newer version is required to access this repository.
     UnsupportedKeyFormatError rc: 49 traceback:no
         Your borg key is stored in an unsupported format. Try using a newer version of borg.
@@ -709,14 +709,17 @@ Errors
 Warnings
     BorgWarning rc: 1
         Warning: {}
+    BackupWarning rc: 1
+        {}: {}
+
     FileChangedWarning rc: 100
         {}: file changed while we backed it up
     IncludePatternNeverMatchedWarning rc: 101
         Include pattern '{}' never matched.
     BackupError rc: 102
-        {}: {}
+        {}: backup error
     BackupRaceConditionError rc: 103
-        Error: {}
+        {}: file type or inode changed while we backed it up (race condition, skipped file)
     BackupOSError rc: 104
         {}: {}
     BackupPermissionError rc: 105