Errors
psengine.analyst_notes.errors
¶
AnalystNoteAttachmentError
¶
AnalystNoteAttachmentError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when an analyst note attachment cannot be retrieved.
Source code in psengine/errors.py
AnalystNoteDeleteError
¶
AnalystNoteDeleteError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when an analyst note cannot be deleted.
Source code in psengine/errors.py
AnalystNoteError
¶
AnalystNoteError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the init of AnalystNote is failing.
Source code in psengine/errors.py
AnalystNoteLookupError
¶
AnalystNoteLookupError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when an analyst note cannot be retrieved.
Source code in psengine/errors.py
AnalystNotePreviewError
¶
AnalystNotePreviewError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when an analyst note cannot be previewed.
Source code in psengine/errors.py
AnalystNotePublishError
¶
AnalystNotePublishError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when an analyst note cannot be published.
Source code in psengine/errors.py
AnalystNoteSearchError
¶
AnalystNoteSearchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when an analyst note cannot be searched.