public class ExceptionForStepFunction extends Object implements org.mule.runtime.api.el.ExpressionFunction
Exception that the current record experienced in a given step, or null if the record didn't fail on
that step.
This function subscribes to the Record.getExceptionForStep(String) contract
| Constructor and Description |
|---|
ExceptionForStepFunction() |
| Modifier and Type | Method and Description |
|---|---|
Object |
call(Object[] parameters,
org.mule.runtime.api.el.BindingContext context) |
List<org.mule.runtime.api.metadata.FunctionParameter> |
parameters() |
Optional<org.mule.runtime.api.metadata.DataType> |
returnType() |
public Object call(Object[] parameters, org.mule.runtime.api.el.BindingContext context)
call in interface org.mule.runtime.api.el.ExpressionFunctionpublic Optional<org.mule.runtime.api.metadata.DataType> returnType()
returnType in interface org.mule.runtime.api.el.ExpressionFunctionpublic List<org.mule.runtime.api.metadata.FunctionParameter> parameters()
parameters in interface org.mule.runtime.api.el.ExpressionFunctionCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.