pip_services3_commons.errors.UnauthorizedException module

pip_services_common.errors.UnauthorizedException

Unauthorized error type

copyright

Conceptual Vision Consulting LLC 2018-2019, see AUTHORS for more details.

license

MIT, see LICENSE for more details.

exception pip_services3_commons.errors.UnauthorizedException.UnauthorizedException(correlation_id: Optional[str, None] = None, code: str = None, message: str = None)

Bases: pip_services3_commons.errors.ApplicationException.ApplicationException

Access errors caused by missing user identity (authentication error) or incorrect security permissions (authorization error).