From fef9cb72d840bee9f676fa688b5233db11b6a30c Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Mon, 19 May 2025 14:46:46 +0100 Subject: [PATCH] Add a note that error messages are deprecated (#313) A similar one https://github.com/neo4j/docs-operations/pull/2330 --- modules/ROOT/pages/errors/all-errors.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/errors/all-errors.adoc b/modules/ROOT/pages/errors/all-errors.adoc index a3bb5ff9..32e93087 100644 --- a/modules/ROOT/pages/errors/all-errors.adoc +++ b/modules/ROOT/pages/errors/all-errors.adoc @@ -6,6 +6,13 @@ This page lists the current Neo4j error codes, which which are returned along side xref:errors/gql-errors/index.adoc[GQLSTATUS error codes], grouped by type. +[NOTE] +==== +Starting from 2025.04, using the error messages programmatically is deprecated. +Because error messages might change in a future release, please parse or use GQLSTATUS error codes in your application code. +For details, see xref:errors/gql-errors/index.adoc[GQLSTATUS error codes]. +==== + == Client errors This is a complete list of all client errors Neo4j may return, and what they mean.