public class GetStepExceptionsFunction extends Object implements org.mule.runtime.api.el.ExpressionFunction
Map which keys are the names of the steps in which the current Record has failed.
The values of such map are the corresponding exceptions.
This function subscribes to the Record.getStepExceptions() contract
| Constructor and Description |
|---|
GetStepExceptionsFunction() |
| 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.