locked
Submission Filter - Custom errors RRS feed

  • Question

  • 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

    Sunday, June 23, 2013 8:45 AM

Answers

  • Currently, there is no way to provide custom error messages.  You are not alone in this ask and there is a DCR for it.

    Possible workarounds are to write to the event log and/or throw an exception from an in-proc filter.  The message field is sometimes displayed by the UI. 

    d

    Tuesday, June 25, 2013 8:03 PM

All replies

  • Currently, there is no way to provide custom error messages.  You are not alone in this ask and there is a DCR for it.

    Possible workarounds are to write to the event log and/or throw an exception from an in-proc filter.  The message field is sometimes displayed by the UI. 

    d

    Tuesday, June 25, 2013 8:03 PM
  • thanks
    Sunday, June 30, 2013 6:45 AM