Errors
psengine.links.errors
¶
LinksError
¶
LinksError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Base class for all exceptions raised by the Links module.
Source code in psengine/errors.py
LinksMetadataError
¶
LinksMetadataError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: LinksError
Error raised when fetching or validating Links metadata fails.
Source code in psengine/errors.py
LinksSearchError
¶
LinksSearchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)