What about errors like these ``` throw new STErro...
# support-questions-legacy
a
What about errors like these
Copy code
throw new STError(
      {
        type: STError.BAD_INPUT_ERROR,
        message: 'Please provide the code in request body',
      },
      recipeInstance,
    );
Shouldn't they be received by the UI or something?