CCExtractor / Rekognition

Free and Open Source alternative to Amazon's Rekognition service. CCExtractor Development | Poor Man's Rekognition
GNU General Public License v3.0
98 stars 52 forks source link

Added the Https Error codes #191

Closed augsaksham closed 2 years ago

augsaksham commented 2 years ago

The following HTTPS Error Codes have been added as per the issue #52 :

  1. HTTPError An HTTP error occurred. 404
    1. ConnectionError A Connection error occurred. 503
    2. Timeout The request timed out. 408
    3. InvalidURL Bad URL 404
    4. RequestException Facial Expression Recognition Not Working 500
    5. ContentDecodingError The media format of the requested data is not supported by the server 415
    6. InvalidJSONError A JSON error occurred. 204
    7. ProxyError A proxy error occurred. 407
    8. InvalidHeader The header value provided was somehow invalid. 411
    9. ConnectTimeout The request timed out while trying to connect to the remote server. 504
PulkitMishra commented 2 years ago

Thanks for the PR @augsaksham !