Errors
psengine.analyst_notes.errors
¶
AnalystNoteAttachmentError
¶
AnalystNoteAttachmentError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when cannot lookup an analyst note.
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
Error raise when cannot delete an analyst note.
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
Error raise when cannot lookup an analyst note.
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
Error raise when cannot post to preview endpoint.
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
Error raise when cannot post to publish endpoint.
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
Error raise when cannot search analyst notes.