Exceptions¶
The _exceptions module defines exception classes for handling error scenarios encountered when using the re3data API.
Classes:
Name | Description |
---|---|
Re3dataError | Base exception class for errors related to the re3data API. |
RepositoryNotFoundError | Exception raised when a repository is not found. |
Re3dataError
¶
RepositoryNotFoundError
¶
Bases: Re3dataError
Exception raised when a repository is not found.