Hello Can I return custom HTTP status from document update handlers?
If I return "[null, 'Something bad happened.']", status 200 returned. If I throw an error, then status 500 returned. What if I'd like to return a 4xx status? Thanks for your patience. Zsolt
