Uses of Enum
io.camunda.zeebe.protocol.record.value.ErrorType
Packages that use ErrorType
-
Uses of ErrorType in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ErrorTypeModifier and TypeMethodDescriptionImmutableIncidentRecordValue.getErrorType()IncidentRecordValue.getErrorType()static ErrorTypeReturns 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.Methods in io.camunda.zeebe.protocol.record.value with parameters of type ErrorTypeModifier and TypeMethodDescriptionImmutableIncidentRecordValue.Builder.withErrorType(ErrorType errorType) Initializes the value for theerrorTypeattribute.ImmutableIncidentRecordValue.withErrorType(ErrorType value) Copy the current immutable object by setting a value for theerrorTypeattribute.