Class Failure
- java.lang.Object
-
- io.zeebe.engine.processing.common.Failure
-
public final class Failure extends Object
Simple String wrapper for when something fails and a message needs to be used.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ErrorTypegetErrorType()StringgetMessage()longgetVariableScopeKey()inthashCode()StringtoString()
-