Exceptions
All the exceptions specific to the
notion_annotator
project.
RagasError
Base class for all Ragas-related exceptions.
NotFoundError
Raised when an item is not found.
DuplicateError
Raised when multiple items are found but only one was expected.
ValidationError
Raised when field validation fails.
ExperimentNotFoundError
Exception raised when an experiment doesn’t exist.
DatasetNotFoundError
Exception raised when a dataset doesn’t exist.
ProjectNotFoundError
Exception raised when a project doesn’t exist.
ResourceNotFoundError
Exception raised when a requested resource doesn’t exist.
DuplicateExperimentError
Exception raised when multiple experiments exist with the same name.
DuplicateDatasetError
Exception raised when multiple datasets exist with the same name.
DuplicateProjectError
Exception raised when multiple projects exist with the same name.
DuplicateResourceError
Exception raised when multiple resources exist with the same identifier.