You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to build your code locally but I'm getting exceptions, lots of, but most important is this one:
io.vertx.codegen.GenException: type io.vertx.core.streams.WriteStream<org.neo4j.driver.Record> is not legal for use for a parameter in code generation
at io.vertx.codegen.TypeValidator.validateParamType(TypeValidator.java:38)
at io.vertx.codegen.ClassModel.checkParamType(ClassModel.java:576)
at io.vertx.codegen.ClassModel.createMethod(ClassModel.java:837)
at io.vertx.codegen.ClassModel.lambda$traverseType$13(ClassModel.java:466)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams
how do I proceed? ;) thanks
The text was updated successfully, but these errors were encountered:
Hi,
I just wanted to build your code locally but I'm getting exceptions, lots of, but most important is this one:
how do I proceed? ;) thanks
The text was updated successfully, but these errors were encountered: