Uses of Class
io.serverlessworkflow.api.workflow.Errors
-
Packages that use Errors Package Description io.serverlessworkflow.api io.serverlessworkflow.api.deserializers -
-
Uses of Errors in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return Errors Modifier and Type Method Description ErrorsWorkflow. getErrors()Workflow error definitionsMethods in io.serverlessworkflow.api with parameters of type Errors Modifier and Type Method Description voidWorkflow. setErrors(Errors errors)Workflow error definitionsWorkflowWorkflow. withErrors(Errors errors) -
Uses of Errors in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return Errors Modifier and Type Method Description ErrorsErrorsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-