This commit is contained in:
zandercymatics 2023-10-26 07:51:31 -06:00
parent ae9c0a0e06
commit 745f2bbdf9
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 6 additions and 6 deletions

View file

@ -33,8 +33,8 @@ class PoolError(Exception):
" See previous logs to determine the cause of the error."
)
alive_failed = (
"Failed to keep the connection alive. "
"It is likely that the registry returned a LoginError."
"Failed to keep the connection alive. "
"It is likely that the registry returned a LoginError."
)
_error_mapping = {
PoolErrorCodes.KILL_ALL_FAILED: kill_failed,