Uses of Class
io.zeebe.protocol.record.value.ErrorType
-
Packages that use ErrorType Package Description io.zeebe.protocol.record.value -
-
Uses of ErrorType in io.zeebe.protocol.record.value
Methods in io.zeebe.protocol.record.value that return ErrorType Modifier and Type Method Description ErrorTypeIncidentRecordValue. getErrorType()static ErrorTypeErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorType[]ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-