Common Error Type¶
Error¶
AuthenticationRequired¶
APIException¶
NotFound¶
- exception hondana.NotFound[source]¶
An error for when the requested API item was not found.”
- response¶
The response object pertaining to this request.
- Type:
- status_code¶
The HTTP status code for this request.
- Type:
Literal[
404]
- response_id¶
The UUID relating to this failed HTTP request. This is to be used when contacting MangaDex about an error.
- Type:
BadRequest¶
- exception hondana.BadRequest[source]¶
An error for when the API query was malformed.
- response¶
The response object pertaining to this request.
- Type:
- status_code¶
The HTTP status code for this request.
- Type:
Literal[
400]
- response_id¶
The UUID relating to this failed HTTP request. This is to be used when contacting MangaDex about an error.
- Type:
Forbidden¶
- exception hondana.Forbidden[source]¶
An error for when your authorization was rejected.
- response¶
The response object pertaining to this request.
- Type:
- status_code¶
The HTTP status code for this request.
- Type:
Literal[
403]
- response_id¶
The UUID relating to this failed HTTP request. This is to be used when contacting MangaDex about an error.
- Type:
MangaDexServerError¶
PreviousAPIVersionRequest¶
- exception hondana.PreviousAPIVersionRequest[source]¶
An error for when the API query matches the criteria of an older API version.
- response¶
The response object pertaining to this request.
- Type:
- status_code¶
The HTTP status code for this request.
- Type:
Literal[
400]
- response_id¶
The UUID relating to this failed HTTP request. This is to be used when contacting MangaDex about an error.
- Type: