|
AQIT 0.1.0
|
Functions | |
| None | cloud_auth_error_exit (str|None api_key=None) |
| bool | is_cloud_auth_failure (BaseException exc) |
| None | exit_if_cloud_auth_error (BaseException exc) |
| None cloud_auth_error_exit | ( | str | None | api_key = None | ) |
Print a clear login hint and exit when Aquin cloud rejects the API key.
Definition at line 12 of file cloud_auth.py.
Referenced by exit_if_cloud_auth_error().
| None exit_if_cloud_auth_error | ( | BaseException | exc | ) |
Exit with a clear login hint when Aquin cloud rejects the API key.
Definition at line 26 of file cloud_auth.py.
References cloud_auth_error_exit(), and is_cloud_auth_failure().
| bool is_cloud_auth_failure | ( | BaseException | exc | ) |
Definition at line 19 of file cloud_auth.py.
Referenced by exit_if_cloud_auth_error().