Uses of Enum Class
io.camunda.zeebe.dynamic.config.protocol.Requests.ErrorCode
Packages that use Requests.ErrorCode
-
Uses of Requests.ErrorCode in io.camunda.zeebe.dynamic.config.protocol
Methods in io.camunda.zeebe.dynamic.config.protocol that return Requests.ErrorCodeModifier and TypeMethodDescriptionstatic Requests.ErrorCodeRequests.ErrorCode.forNumber(int value) Requests.ErrorResponse.Builder.getErrorCode().topology_requests.ErrorCode errorCode = 1;Requests.ErrorResponse.getErrorCode().topology_requests.ErrorCode errorCode = 1;Requests.ErrorResponseOrBuilder.getErrorCode().topology_requests.ErrorCode errorCode = 1;static Requests.ErrorCodeRequests.ErrorCode.valueOf(int value) Deprecated.static Requests.ErrorCodeRequests.ErrorCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Requests.ErrorCodeReturns the enum constant of this class with the specified name.static Requests.ErrorCode[]Requests.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.dynamic.config.protocol that return types with arguments of type Requests.ErrorCodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Requests.ErrorCode> Requests.ErrorCode.internalGetValueMap()Methods in io.camunda.zeebe.dynamic.config.protocol with parameters of type Requests.ErrorCodeModifier and TypeMethodDescriptionRequests.ErrorResponse.Builder.setErrorCode(Requests.ErrorCode value) .topology_requests.ErrorCode errorCode = 1;