We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776a1f0 commit 6f2ddffCopy full SHA for 6f2ddff
driver/src/main/java/org/neo4j/driver/internal/InternalEntity.java
@@ -32,7 +32,7 @@
32
33
public abstract class InternalEntity implements Entity, AsValue
34
{
35
- public static final String INVALID_ID_ERROR = "Numeric id is not available, please use string based element id alternative";
+ public static final String INVALID_ID_ERROR = "Numeric id is not available with this server, please use string based element id alternative";
36
37
private final long id;
38
private final String elementId;
0 commit comments