I have a submission filter that examines a given job for several indicators, each of which can cause the the filter to reject the job. I'm looking for a way to make the error messages my filter produces more specific.
Is there a way to return custom error codes from the submission filter?
or to edit the cancellation message from the filter?
Thank you