mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-28 03:39:37 +02:00
reports: attempt to reauthenticate on 401
This commit is contained in:
@@ -5,6 +5,10 @@ class InvalidCredentialsError(Exception):
|
||||
"""Raised when credentials are incorrect."""
|
||||
|
||||
|
||||
class UnauthorizedError(Exception):
|
||||
"""Raised when an authorization error occurs."""
|
||||
|
||||
|
||||
class UnhandledProtocolError(RuntimeError):
|
||||
"""
|
||||
Raised when an unexpected error occurs while communicating with Apple servers.
|
||||
|
||||
Reference in New Issue
Block a user