Uses of Enum
io.vertx.grpc.common.GrpcError
Packages that use GrpcError
Package
Description
-
Uses of GrpcError in io.vertx.grpc.client
Method parameters in io.vertx.grpc.client with type arguments of type GrpcError -
Uses of GrpcError in io.vertx.grpc.common
Subclasses with type arguments of type GrpcError in io.vertx.grpc.commonMethods in io.vertx.grpc.common that return GrpcErrorModifier and TypeMethodDescriptionGrpcErrorException.error()static GrpcErrorGrpcError.mapHttp2ErrorCode(long code) Map the HTTP/2 code to the gRPC error.static GrpcErrorReturns the enum constant of this type with the specified name.static GrpcError[]GrpcError.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in io.vertx.grpc.common with type arguments of type GrpcErrorModifier and TypeMethodDescriptionGrpcReadStream.errorHandler(Handler<GrpcError> handler) Set a handler to be notified with gRPC errors.Constructors in io.vertx.grpc.common with parameters of type GrpcError -
Uses of GrpcError in io.vertx.grpc.server
Method parameters in io.vertx.grpc.server with type arguments of type GrpcError -
Uses of GrpcError in io.vertx.reactivex.grpc.client
Method parameters in io.vertx.reactivex.grpc.client with type arguments of type GrpcError -
Uses of GrpcError in io.vertx.reactivex.grpc.common
Method parameters in io.vertx.reactivex.grpc.common with type arguments of type GrpcErrorModifier and TypeMethodDescriptionGrpcReadStream.errorHandler(Handler<GrpcError> handler) Set a handler to be notified with gRPC errors. -
Uses of GrpcError in io.vertx.reactivex.grpc.server
Method parameters in io.vertx.reactivex.grpc.server with type arguments of type GrpcError -
Uses of GrpcError in io.vertx.rxjava3.grpc.client
Method parameters in io.vertx.rxjava3.grpc.client with type arguments of type GrpcError -
Uses of GrpcError in io.vertx.rxjava3.grpc.common
Method parameters in io.vertx.rxjava3.grpc.common with type arguments of type GrpcErrorModifier and TypeMethodDescriptionGrpcReadStream.errorHandler(Handler<GrpcError> handler) Set a handler to be notified with gRPC errors. -
Uses of GrpcError in io.vertx.rxjava3.grpc.server
Method parameters in io.vertx.rxjava3.grpc.server with type arguments of type GrpcError