CaptchaException class Null safety

Exception thrown when the API server returns a 403 error requiring completion of a captcha

For more info on MangaDex API's captchas check this part of their API

For sending the captcha result use the solveCaptcha function

Implemented types

Constructors

CaptchaException(String sitekey, {String message = ''})

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
message String
Additional message
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sitekey String
Recaptcha site key used for rendering the widget
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited