Commit 3cd1bdb0 by Stephen Sanchez

Deleting the base error in submissions mixin.

parent 14f1ccb9
...@@ -17,7 +17,6 @@ class SubmissionMixin(object): ...@@ -17,7 +17,6 @@ class SubmissionMixin(object):
submit_errors = { submit_errors = {
# Reported to user sometimes, and useful in tests # Reported to user sometimes, and useful in tests
'ENOSUB': 'API submission is unrequested',
'ENODATA': 'API returned an empty response', 'ENODATA': 'API returned an empty response',
'EBADFORM': 'API Submission Request Error', 'EBADFORM': 'API Submission Request Error',
'EUNKNOWN': 'API returned unclassified exception', 'EUNKNOWN': 'API returned unclassified exception',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment