Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. int BAD_REQUEST = 400;
  2. int UNAUTHORIZED = 401;
  3. int FORBIDDEN = 403;
  4. int NOT_FOUND = 404; // fixed device login, but device not provisioned (stb use case)
  5. int USER_DISABLED = 4031;
  6. int USER_LOCKED = 4032;
  7. int USER_PARENTAL_LOCKED = 4033;
  8. int DEVICE_DISABLED = 4034;
  9. int DEVICE_LOCKED = 4035;
  10. int DEVICE_CONNECTED = 4036;
  11. int DEVICE_CREATE_LIMIT = 4037;
  12. int NO_SERVICE = 4038;
  13. int SUBSCRIBER_SESSION_LIMIT = 40310;
  14. int GOOGLE_PURCHASE_VALIDATION_FAILED = 40311;
  15. int GOOGLE_PURCHASE_SUBSCRIBER_NOT_OWNER = 40312;
  16. int LOGIN_NOT_SUPPORTED = 40313; // login not supported, upgrade app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement