Uses of Class
io.serverlessworkflow.api.error.ErrorDefinition
-
Packages that use ErrorDefinition Package Description io.serverlessworkflow.api.error io.serverlessworkflow.api.workflow -
-
Uses of ErrorDefinition in io.serverlessworkflow.api.error
Methods in io.serverlessworkflow.api.error that return ErrorDefinition Modifier and Type Method Description ErrorDefinitionErrorDefinition. withCode(String code)ErrorDefinitionErrorDefinition. withDescription(String description)ErrorDefinitionErrorDefinition. withName(String name) -
Uses of ErrorDefinition in io.serverlessworkflow.api.workflow
Methods in io.serverlessworkflow.api.workflow that return types with arguments of type ErrorDefinition Modifier and Type Method Description List<ErrorDefinition>Errors. getErrorDefs()Method parameters in io.serverlessworkflow.api.workflow with type arguments of type ErrorDefinition Modifier and Type Method Description voidErrors. setErrorDefs(List<ErrorDefinition> errorDefs)Constructor parameters in io.serverlessworkflow.api.workflow with type arguments of type ErrorDefinition Constructor Description Errors(List<ErrorDefinition> errorDefs)
-