.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.exceptions.SearxEngineCaptchaException Class Reference
+ Inheritance diagram for searx.exceptions.SearxEngineCaptchaException:
+ Collaboration diagram for searx.exceptions.SearxEngineCaptchaException:

Public Member Functions

 __init__ (self, int|None suspended_time=None, message='CAPTCHA')
 
- Public Member Functions inherited from searx.exceptions.SearxEngineAccessDeniedException
 __init__ (self, int|None suspended_time=None, str message='Access denied')
 

Additional Inherited Members

- Public Attributes inherited from searx.exceptions.SearxEngineAccessDeniedException
 suspended_time = suspended_time
 
 message = message
 
- Static Public Attributes inherited from searx.exceptions.SearxEngineAccessDeniedException
str SUSPEND_TIME_SETTING = "search.suspended_times.SearxEngineAccessDenied"
 
- Protected Member Functions inherited from searx.exceptions.SearxEngineAccessDeniedException
int _get_default_suspended_time (self)
 

Detailed Description

The website has returned a CAPTCHA.

Definition at line 86 of file exceptions.py.

Constructor & Destructor Documentation

◆ __init__()

searx.exceptions.SearxEngineCaptchaException.__init__ ( self,
int | None suspended_time = None,
message = 'CAPTCHA' )

Definition at line 93 of file exceptions.py.

93 def __init__(self, suspended_time: int | None = None, message='CAPTCHA'):
94 super().__init__(message=message, suspended_time=suspended_time)
95
96

The documentation for this class was generated from the following file: