ramp_database.tools.submission
.set_submission_error_msg¶
-
ramp_database.tools.submission.
set_submission_error_msg
(session, submission_id, error_msg)¶ Set the error message after that a submission failed to be processed.
- Parameters
- configdict
- session
sqlalchemy.orm.Session
The session to directly perform the operation on the database.
- submission_idint
The id of the submission.
- error_msgstr
The error message.