Are thrown JQL errors accessible/customizable to end user?

I am developing a custom JQL function and was wondering if the end result errors shown to the user are customizable. Example below.

Is the error shown here in any way customizable? For example, if my function returns too many results, can I change the error message to reflect that?

Hey @Tristan,

You can return your own error messages as described in the documentation:

1 Like