QQQR Exceptions

exception qqqr.exception.TencentLoginError(code, msg, *args, subcode=None)

This exception represents that an error occured in Qzone login, with at least an error code.

exception qqqr.exception.UnexpectedInteraction(description, *args)

Represents that user didn’t interact as expected.

exception qqqr.exception.UserBreak

Represents that user cancels the login spontaneously.

在 1.1.0 版本发生变更: Inherit from UnexpectedInteraction.

exception qqqr.exception.UserTimeout(expected_interaction='')

Represents that user doesn’t interact as expected in a time.

Added in version 1.1.0.