You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Exception raised when the user is not connected to the Aumax API
"""
def __init__(self) -> None:
super().__init__("Please first connect to the Aumax API using the 'connect' method / Merci de vous connecter d'abord en utilisant la méthode 'connect'")
class SensibleOperationsDisabledError(Exception):
"""
Exception raised when the user has not enabled sensible operations
"""
def __init__(self) -> None:
super().__init__("Please first enable sensible operations using the 'enableSensibleOperations' method / Merci d'activer les operations sensibles d'abord en utilisant la méthode 'enableSensibleOperations'")