HH\Lib\IO\request_error

Meta Engineer?

This is available as IO\request_error in the www repository.

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