diff --git a/simnet/errors.py b/simnet/errors.py index 14ab75d..131da26 100644 --- a/simnet/errors.py +++ b/simnet/errors.py @@ -275,6 +275,7 @@ class InvalidDevice(BadRequest): 1008: AccountNotFound, -1104: "This action must be done in the app.", 1034: NeedChallenge, + 10035: NeedChallenge, 5003: InvalidDevice, }