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
sessionsqlalchemy.orm.Session

The session to directly perform the operation on the database.

submission_idint

The id of the submission.

Returns
error_msgstr

The error message.