# rather than only a status code and having the web engine make up a
# phrase from that, we can also put the error message into the status
# message. For now, rails won't let us)
# rather than only a status code and having the web engine make up a
# phrase from that, we can also put the error message into the status
# message. For now, rails won't let us)
# Todo: some sort of escaping of problem characters in the message
response.headers['Error'] = message
# Todo: some sort of escaping of problem characters in the message
response.headers['Error'] = message