miscellaneous stuff

This commit is contained in:
Mike Fährmann
2019-11-08 20:58:53 +01:00
parent 4867ece13b
commit 94a94f3b86
3 changed files with 4 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ class AuthenticationError(ExtractionError):
class AuthorizationError(ExtractionError):
"""Insufficient privileges to access a resource"""
default = "Insufficient privileges to access a resource"
default = "Insufficient privileges to access the specified resource"
code = 16