Skip to content

Exceptions

ao3_sync.api.exceptions.AO3Exception

Bases: Exception

Base class for all AO3 exceptions

ao3_sync.api.exceptions.FailedDownload

Bases: AO3Exception

Raised when a download fails.

ao3_sync.api.exceptions.FailedRequest

Bases: AO3Exception

Generic exception for failed requests.

ao3_sync.api.exceptions.LoginError

Bases: AO3Exception

Raised when the user is not logged in.

ao3_sync.api.exceptions.RateLimitError

Bases: AO3Exception

Raised when the user is rate-limited.