gavo.registry.common module¶
Common code and definitions for registry support.
- exception gavo.registry.common.BadArgument(msg: str = '', hint: Optional[str] = None)[source]¶
Bases:
OAIError
- exception gavo.registry.common.BadResumptionToken(msg: str = '', hint: Optional[str] = None)[source]¶
Bases:
OAIError
- exception gavo.registry.common.BadVerb(msg: str = '', hint: Optional[str] = None)[source]¶
Bases:
OAIError
- exception gavo.registry.common.CannotDisseminateFormat(msg: str = '', hint: Optional[str] = None)[source]¶
Bases:
OAIError
- exception gavo.registry.common.IdDoesNotExist(msg: str = '', hint: Optional[str] = None)[source]¶
Bases:
OAIError
- exception gavo.registry.common.NoMetadataFormats(msg: str = '', hint: Optional[str] = None)[source]¶
Bases:
OAIError
- exception gavo.registry.common.NoRecordsMatch(msg: str = '', hint: Optional[str] = None)[source]¶
Bases:
OAIError
- exception gavo.registry.common.NoSetHierarchy(msg: str = '', hint: Optional[str] = None)[source]¶
Bases:
OAIError
- exception gavo.registry.common.OAIError(msg: str = '', hint: Optional[str] = None)[source]¶
Bases:
Error
is one of the standard OAI errors.