Instruct the builder to transfer the error output of the process to the given path.
Set the number of "head" or leading lines of error to capture for exception messages.
Set the number of "tail" or trailing lines of error to capture for exception messages.
Set the character set to use for error output.
Instruct the builder to consume the bytes of the error output with the given consumer.
Instruct the builder to consume each line of the error output with the given consumer.
Instruct the builder to consume the error output with the given consumer.
Instruct the builder to transfer a copy of the error output of the process to the given path.
Instruct the builder to consume a copy of the bytes of the error output with the given consumer.
Instruct the builder to consume each line of a copy of the error output with the given consumer.
Instruct the builder to consume a copy of the error output with the given consumer.
Instruct the builder to transfer a copy of the error output of the process to the given stream.
Instruct the builder to transfer a copy of the error output of the process to the given writer.
Instruct the builder to transfer a copy of the error output of the process to the given path.
Instruct the builder to discard the error output.
Configure the error output handling of the process.
When include is true and process execution fails,
some or all error lines will be gathered to be included in the thrown exception.
Instruct the builder to copy the error output of the process being built
to the error output of the current process.
When log is true and process execution completes successfully,
any non-empty error lines will be logged at level WARN.
Limit the maximum length of each captured line to the given number of characters.
Instruct the builder to use the native character set for error output
Redirect error output to the output stream, overriding all other output considerations.
Instruct the builder to transfer the error output of the process to the given stream.
Instruct the builder to transfer the error output of the process to the given writer.
Instruct the builder to transfer the error output of the process to the given path.