Spaces:
Sleeping
Sleeping
File size: 247 Bytes
dbff261 | 1 2 3 4 5 6 7 | class SunbirdAPIError(Exception):
"""Raised when Sunbird API/network calls fail or return unexpected data."""
class PipelineError(Exception):
"""Raised when the pipeline cannot complete due to input, dependency, or processing errors."""
|