earthdaily.exceptions.EDSAPIError
- exception earthdaily.exceptions.EDSAPIError(message, status_code=None, body=None)[source]
Exception raised when an API request to the EDS platform fails.
- message
Explanation of the error.
- Type:
str
- status_code
HTTP status code of the failed API response.
- Type:
int, optional
- body
Body of the failed API response, often containing additional error details.
- Type:
str, optional
- Parameters:
message (str) – Explanation of the error.
status_code (int, optional) – HTTP status code of the failed API response.
body (str, optional) – Body of the failed API response, often containing additional error details.