When using Jarvis in REST mode, req.Fail can put error information from ⎕EM or ⎕SI (depending on ErrorInfoLevel) into the HTTP response header as the "reason phrase". However, HTTP clients can ignore the reason phrase, proxies can change it and it was removed in the HTTP/2 spec.
I think the error information should be put as the response body/payload when req.Fail is invoked.
When using Jarvis in REST mode,
req.Failcan put error information from⎕EMor⎕SI(depending onErrorInfoLevel) into the HTTP response header as the "reason phrase". However, HTTP clients can ignore the reason phrase, proxies can change it and it was removed in the HTTP/2 spec.I think the error information should be put as the response body/payload when
req.Failis invoked.