diff --git a/wideq/core.py b/wideq/core.py index 8974c0f..2a10574 100644 --- a/wideq/core.py +++ b/wideq/core.py @@ -174,6 +174,7 @@ API_ERRORS = { "0106": NotConnectedError, "0100": FailedRequestError, 9000: InvalidRequestError, # Surprisingly, an integer (not a string). + 9003: NotLoggedInError, # Session Creation FailureError }