Class GrpcErrorException

All Implemented Interfaces:
Serializable

public final class GrpcErrorException extends VertxException
Thrown when a failure happens before the response, and it could be interpreted to a gRPC failure, e.g. in practice it means an HTTP/2 stream reset mapped to a gRPC code according to the spec.
See Also: