PipeEndState.fail
void fail(int errorNumber) @trusted nothrowTransition the pipe to error state.
Invokes the error callback and closes the pipe.
Parameters
errorNumber | The error code to report. |
void fail(int errorNumber) @trusted nothrowTransition the pipe to error state.
Invokes the error callback and closes the pipe.
errorNumber | The error code to report. |