Uses of Class
io.serverlessworkflow.api.error.Error
-
Packages that use Error Package Description io.serverlessworkflow.api.error io.serverlessworkflow.api.interfaces io.serverlessworkflow.api.states -
-
Uses of Error in io.serverlessworkflow.api.error
Methods in io.serverlessworkflow.api.error that return Error Modifier and Type Method Description ErrorError. withEnd(End end)ErrorError. withErrorRef(String errorRef)ErrorError. withErrorRefs(List<String> errorRefs)ErrorError. withTransition(Transition transition) -
Uses of Error in io.serverlessworkflow.api.interfaces
Methods in io.serverlessworkflow.api.interfaces that return types with arguments of type Error Modifier and Type Method Description List<Error>State. getOnErrors() -
Uses of Error in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return types with arguments of type Error Modifier and Type Method Description List<Error>DefaultState. getOnErrors()State error handling definitionsMethod parameters in io.serverlessworkflow.api.states with type arguments of type Error Modifier and Type Method Description voidDefaultState. setOnErrors(List<Error> onErrors)State error handling definitionsCallbackStateCallbackState. withOnErrors(List<Error> onErrors)DefaultStateDefaultState. withOnErrors(List<Error> onErrors)EventStateEventState. withOnErrors(List<Error> onErrors)ForEachStateForEachState. withOnErrors(List<Error> onErrors)InjectStateInjectState. withOnErrors(List<Error> onErrors)OperationStateOperationState. withOnErrors(List<Error> onErrors)ParallelStateParallelState. withOnErrors(List<Error> onErrors)SleepStateSleepState. withOnErrors(List<Error> onErrors)SwitchStateSwitchState. withOnErrors(List<Error> onErrors)
-