MCPcopy
hub / github.com/prowler-cloud/prowler / InvitationTokenExpiredException

Class InvitationTokenExpiredException

api/src/backend/api/exceptions.py:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class InvitationTokenExpiredException(APIException):
34 status_code = status.HTTP_410_GONE
35 default_detail = "The invitation token has expired and is no longer valid."
36 default_code = "token_expired"
37
38
39# Task Management Exceptions (non-HTTP)

Callers 1

validate_invitationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected