autoslider_error {autoslider.core} | R Documentation |
autoslider_error class
Description
autoslider_error class
Usage
autoslider_error(x, spec, step)
Arguments
x |
character scaler |
spec |
spec should be a list containing "program" and "suffix" |
step |
step is a character indicating in which step the pipeline encounter error |
Details
this function is used to create autoslider_error object. this function is for internal use only to create the autoslider_error object. It enable us for further functionalities, like providing help on easy debugging, e.g. if the error is inside the user function, provide the call and let the user run the code outside the pipeline.
Value
autoslider_error object
[Package autoslider.core version 0.2.1 Index]