Errors
psengine.asi.errors
¶
ASIExposureSearchError
¶
ASIExposureSearchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when searching exposure fails or an exception occurred during the request.
Source code in psengine/errors.py
ASIFetchAssetError
¶
ASIFetchAssetError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when fetching asset fails or an exception occurred during the request.
Source code in psengine/errors.py
ASIFetchExposureError
¶
ASIFetchExposureError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when fetching exposure fails or an exception occurred during the request.
Source code in psengine/errors.py
ASIFetchProjectsError
¶
ASIFetchProjectsError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when fetching projects fails or an exception occurred during the request.
Source code in psengine/errors.py
ASISearchAssetsError
¶
ASISearchAssetsError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when searching assets fails or an exception occurred during the request.