Skip to content

Commit 31118f2

Browse files
committed
Update error message to mention server
1 parent 776a1f0 commit 31118f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

driver/src/main/java/org/neo4j/driver/internal/InternalEntity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232

3333
public abstract class InternalEntity implements Entity, AsValue
3434
{
35-
public static final String INVALID_ID_ERROR = "Numeric id is not available, please use string based element id alternative";
35+
public static final String INVALID_ID_ERROR =
36+
"Numeric id is not available with this server deployment, please use the new string based element id alternative";
3637

3738
private final long id;
3839
private final String elementId;

0 commit comments

Comments
 (0)