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