earthkit.data.utils.exceptions¶
Exceptions¶
Exception raised when attempting to read or process an empty file. |
Module Contents¶
- exception earthkit.data.utils.exceptions.EmptyFileError¶
Bases:
ExceptionException raised when attempting to read or process an empty file.
This exception is raised when a file is found to be empty (zero bytes) and the operation requires the file to contain data.