Uses of Enum Class
io.camunda.zeebe.transport.stream.impl.messages.ErrorCode
Packages that use ErrorCode
Package
Description
Zeebe Protocol
-
Uses of ErrorCode in io.camunda.zeebe.transport.stream.api
Methods in io.camunda.zeebe.transport.stream.api that return ErrorCodeModifier and TypeMethodDescriptionStreamResponseException.code()StreamResponseException.ErrorDetail.code()Methods in io.camunda.zeebe.transport.stream.api with parameters of type ErrorCodeModifier and TypeMethodDescriptiondefault voidClientStreamMetrics.pushTryFailed(ErrorCode code) Invoked when a push failed for a given client, regardless of whether it ultimately succeeded with another.default voidRemoteStreamMetrics.pushTryFailed(ErrorCode code) Invoked when a push failed, once per remote attempt -
Uses of ErrorCode in io.camunda.zeebe.transport.stream.impl.messages
Methods in io.camunda.zeebe.transport.stream.impl.messages that return ErrorCodeModifier and TypeMethodDescriptionErrorResponse.code()ErrorResponseDecoder.code()ErrorResponseDecoder.DetailsDecoder.code()static ErrorCodeErrorCode.get(short value) Lookup the enum value representing the value.static ErrorCodeErrorResponse.mapErrorToCode(Throwable error) static ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCode[]ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.transport.stream.impl.messages with parameters of type ErrorCodeModifier and TypeMethodDescription