oncall-engine/engine/apps/social_auth/exceptions.py
Matias Bordese dcae98b02a
feat: add support for mattermost chatops (#5321)
Related to https://github.com/grafana/oncall/issues/96

---------

Co-authored-by: Ravishankar <ravishankar.gnanaprakasam@gmail.com>
2025-04-21 14:23:37 -03:00

10 lines
250 B
Python

class InstallMultiRegionSlackException(Exception):
pass
class UserLoginOAuth2MattermostException(Exception):
pass
GOOGLE_AUTH_MISSING_GRANTED_SCOPE_ERROR = "missing_granted_scope"
MATTERMOST_AUTH_FETCH_USER_ERROR = "failed_to_fetch_user"