When returning an error to ergopay or ergoauth requests, the user is not presented with the error.message

As in this example, the message simply describes the status code, even though in the api we tried:
return res.status(409).json({
error: "Address already attached to an account. ",
message: "Address already attached to an account. "
})