Lacca.read_stderr

You're seeing just the function read_stderr, go back to Lacca module for more information.

Specs

read_stderr(pid()) :: {:ok, String.t()}

Returns {:ok, binary} which includes any data received from the child's stderr file descriptor. Note that the internal buffer is then cleared, such that subsequent reads will not return this same data again.