Module TikTok.Exceptions.Auth

Contains exceptions specific to authentication errors.

Classes

class AuthException (*args, **kwargs)

Custom exception class for all authentication-related exceptions.

Expand source code
class AuthException(Exception):
    """
    Custom exception class for all authentication-related exceptions.
    """

    pass

Ancestors

  • builtins.Exception
  • builtins.BaseException