Skip to content

Commit 9973296

Browse files
update frontend.rst
there were some fixes to error messages in the code.
1 parent 3f9ad88 commit 9973296

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/internals/frontends.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ Errors
551551
Buffer.MemoryLimitExceeded rc: 2 traceback: no
552552
Requested buffer size {} is above the limit of {}.
553553
EfficientCollectionQueue.SizeUnderflow rc: 2 traceback: no
554-
Could not pop_front first {} elements, collection only has {} elements..
554+
Could not pop_front the first {} elements; collection only has {} elements.
555555
RTError rc: 2 traceback: no
556556
Runtime Error: {}
557557

@@ -591,7 +591,7 @@ Errors
591591
Permission denied to {}.
592592

593593
MandatoryFeatureUnsupported rc: 25 traceback: no
594-
Unsupported repository feature(s) {}. A newer version of borg is required to access this repository.
594+
Unsupported repository feature(s) {}. A newer version of Borg is required to access this repository.
595595
NoManifestError rc: 26 traceback: no
596596
Repository has no manifest.
597597
UnsupportedManifestError rc: 27 traceback: no
@@ -611,7 +611,7 @@ Errors
611611
KeyfileNotFoundError rc: 42 traceback: no
612612
No key file for repository {} found in {}.
613613
NotABorgKeyFile rc: 43 traceback: no
614-
This file is not a borg key backup, aborting.
614+
This file is not a Borg key backup, aborting.
615615
RepoKeyNotFoundError rc: 44 traceback: no
616616
No key entry found in the config of repository {}.
617617
RepoIdMismatch rc: 45 traceback: no
@@ -624,13 +624,13 @@ Errors
624624
Unsupported payload type {}. A newer version is required to access this repository.
625625

626626
NoPassphraseFailure rc: 50 traceback: no
627-
can not acquire a passphrase: {}
627+
Cannot acquire a passphrase: {}
628628
PasscommandFailure rc: 51 traceback: no
629-
passcommand supplied in BORG_PASSCOMMAND failed: {}
629+
Passcommand supplied in BORG_PASSCOMMAND failed: {}
630630
PassphraseWrong rc: 52 traceback: no
631-
passphrase supplied in BORG_PASSPHRASE, by BORG_PASSCOMMAND or via BORG_PASSPHRASE_FD is incorrect.
631+
Passphrase supplied in BORG_PASSPHRASE, by BORG_PASSCOMMAND, or via BORG_PASSPHRASE_FD is incorrect.
632632
PasswordRetriesExceeded rc: 53 traceback: no
633-
exceeded the maximum password retries
633+
Exceeded the maximum password retries.
634634

635635
Cache.CacheInitAbortedError rc: 60 traceback: no
636636
Cache initialization aborted
@@ -657,11 +657,11 @@ Errors
657657
Failed to release the lock {} (was/is locked, but not by me).
658658

659659
ConnectionClosed rc: 80 traceback: no
660-
Connection closed by remote host
660+
Connection closed by remote host.
661661
ConnectionClosedWithHint rc: 81 traceback: no
662662
Connection closed by remote host. {}
663663
InvalidRPCMethod rc: 82 traceback: no
664-
RPC method {} is not valid
664+
RPC method {} is not valid.
665665
PathNotAllowed rc: 83 traceback: no
666666
Repository path not allowed: {}
667667
RemoteRepository.RPCServerOutdated rc: 84 traceback: no

0 commit comments

Comments
 (0)