from apollo_utils.service.exceptions import BadGateway from src.constants.core import Service class ManagementAPIInvalidResponse(BadGateway): """Raised if management api request returned response which is not handled by our app.""" code = "management_api_error" detail = "Invalid management API response" service = Service.AUTH0