Exceptions
Custom exception classes raised by s2gos-generator.
s2gos_generator.core.exceptions.S2GOSError
Bases: Exception
Base exception for all S2GOS-related errors.
s2gos_generator.core.exceptions.DataNotFoundError
DataNotFoundError(message: str, path: str = None)
s2gos_generator.core.exceptions.ConfigurationError
ConfigurationError(message: str, config_field: str = None)
s2gos_generator.core.exceptions.ProcessingError
ProcessingError(
message: str,
stage: str = None,
original_error: Exception = None,
)
s2gos_generator.core.exceptions.RegridError
RegridError(
message: str,
stage: str = None,
original_error: Exception = None,
)
s2gos_generator.core.exceptions.GeospatialError
GeospatialError(
message: str,
stage: str = None,
original_error: Exception = None,
)
s2gos_generator.core.exceptions.MaterialError
MaterialError(message: str, material_id: str = None)