Uses of Class
io.zeebe.protocol.record.ErrorCode
-
Packages that use ErrorCode Package Description io.zeebe.protocol.record Zeebe Protocol -
-
Uses of ErrorCode in io.zeebe.protocol.record
Methods in io.zeebe.protocol.record that return ErrorCode Modifier and Type Method Description ErrorCodeErrorResponseDecoder. errorCode()static ErrorCodeErrorCode. get(short value)Lookup the enum value representing the value.static ErrorCodeErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.zeebe.protocol.record with parameters of type ErrorCode Modifier and Type Method Description ErrorResponseEncoderErrorResponseEncoder. errorCode(ErrorCode value)
-