stderr
Returns the standard error of the result. Fails if the result does not provide a standard error.
Signature
stderr(result:result) -> stream |
Parameters
Name | Type | Description |
---|---|---|
result | result | The result of the step whose standard error you want to get. |
Examples
See Adding Error Handling to a Job for an example.