HH\Lib\IO\request_error
Return the error output handle for the current request
namespace HH\Lib\IO;
function request_error(): ?CloseableWriteFDHandle;
This is usually only available for CLI scripts; it will return null in most other contexts, including HTTP requests.
For a throwing version, use request_errorx()
.
In CLI mode, this is usually the process STDERR.
Returns
?CloseableWriteFDHandle