Errors: Add CommunityNotSelectedError for conditional check on config #1633
Annotations
2 errors
invenio_records_resources/resources/errors.py#L1
isort-check
from ..errors import validation_error_to_list_errors
from ..services.errors import (
+ CommunityNotSelectedError,
FacetNotFoundError,
FailedFileUploadException,
FileKeyNotFoundError,
QuerystringValidationError,
RecordPermissionDeniedError,
RevisionIdMismatchError,
- CommunityNotSelectedError,
)
|
|
This job failed
Loading