Class Errors
- java.lang.Object
-
- io.serverlessworkflow.api.workflow.Errors
-
public class Errors extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ErrorDefinition>
getErrorDefs()
String
getRefValue()
void
setErrorDefs(List<ErrorDefinition> errorDefs)
void
setRefValue(String refValue)
-
-
-
Constructor Detail
-
Errors
public Errors()
-
Errors
public Errors(List<ErrorDefinition> errorDefs)
-
Errors
public Errors(String refValue)
-
-
Method Detail
-
getRefValue
public String getRefValue()
-
setRefValue
public void setRefValue(String refValue)
-
getErrorDefs
public List<ErrorDefinition> getErrorDefs()
-
setErrorDefs
public void setErrorDefs(List<ErrorDefinition> errorDefs)
-
-