sunbird_app / backend /errors.py
delightaheebwa's picture
Deploy Streamlit app on Docker Space
dbff261
raw
history blame contribute delete
247 Bytes
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."""