Uses of Enum Class
io.dingodb.error.ErrorOuterClass.Errno
Packages that use ErrorOuterClass.Errno
-
Uses of ErrorOuterClass.Errno in io.dingodb.diskann
Methods in io.dingodb.diskann that return ErrorOuterClass.ErrnoModifier and TypeMethodDescriptionDiskann.VectorPushDataRequest.Builder.getError()If an error occurs, cancel this round of data transmission.Diskann.VectorPushDataRequest.getError()If an error occurs, cancel this round of data transmission.Diskann.VectorPushDataRequestOrBuilder.getError()If an error occurs, cancel this round of data transmission.Methods in io.dingodb.diskann with parameters of type ErrorOuterClass.ErrnoModifier and TypeMethodDescriptionDiskann.VectorPushDataRequest.Builder.setError(ErrorOuterClass.Errno value) If an error occurs, cancel this round of data transmission. -
Uses of ErrorOuterClass.Errno in io.dingodb.error
Methods in io.dingodb.error that return ErrorOuterClass.ErrnoModifier and TypeMethodDescriptionstatic ErrorOuterClass.ErrnoErrorOuterClass.Errno.forNumber(int value) ErrorOuterClass.Error.Builder.getErrcode().dingodb.pb.error.Errno errcode = 1;ErrorOuterClass.Error.getErrcode().dingodb.pb.error.Errno errcode = 1;ErrorOuterClass.ErrorOrBuilder.getErrcode().dingodb.pb.error.Errno errcode = 1;static ErrorOuterClass.ErrnoErrorOuterClass.Errno.valueOf(int value) Deprecated.static ErrorOuterClass.ErrnoErrorOuterClass.Errno.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ErrorOuterClass.ErrnoReturns the enum constant of this class with the specified name.static ErrorOuterClass.Errno[]ErrorOuterClass.Errno.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.error that return types with arguments of type ErrorOuterClass.ErrnoModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ErrorOuterClass.Errno>ErrorOuterClass.Errno.internalGetValueMap()Methods in io.dingodb.error with parameters of type ErrorOuterClass.ErrnoModifier and TypeMethodDescriptionErrorOuterClass.Error.Builder.setErrcode(ErrorOuterClass.Errno value) .dingodb.pb.error.Errno errcode = 1;