Uses of Enum Class
io.camunda.zeebe.dynamic.config.api.ErrorResponse.ErrorCode
Packages that use ErrorResponse.ErrorCode
-
Uses of ErrorResponse.ErrorCode in io.camunda.zeebe.dynamic.config.api
Methods in io.camunda.zeebe.dynamic.config.api that return ErrorResponse.ErrorCodeModifier and TypeMethodDescriptionErrorResponse.code()Returns the value of thecoderecord component.static ErrorResponse.ErrorCodeReturns the enum constant of this class with the specified name.static ErrorResponse.ErrorCode[]ErrorResponse.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.camunda.zeebe.dynamic.config.api with parameters of type ErrorResponse.ErrorCodeModifierConstructorDescriptionErrorResponse(ErrorResponse.ErrorCode code, String message) Creates an instance of aErrorResponserecord class.