Rename rpc_n_errors dictionary to rpc_errors_n_all

This commit is contained in:
Lonami Exo
2017-06-24 18:10:05 +02:00
parent 20956b23d1
commit 459e988ff5
5 changed files with 8 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ class UserDeactivatedError(UnauthorizedError):
)
rpc_401_errors = {
rpc_errors_401_all = {
'ACTIVE_USER_REQUIRED': ActiveUserRequiredError,
'AUTH_KEY_INVALID': AuthKeyInvalidError,
'AUTH_KEY_PERM_EMPTY': AuthKeyPermEmptyError,