using ```throw error.create({ name...
# suitescript
f
using
Copy code
throw error.create({
                name: "FAILED_BILL_PAYMENT_VOID",
                message: errorUtil.errorToMessage(e),
                notifyOff: true,
            });
in a restlet can produce an invalid JSON response 😞 it does not seem to escape
"
characters correctly