|
1 | | -:description: This page lists all changes to status codes per Neo4j version. |
2 | | -= Changes to status codes per Neo4j version |
| 1 | +:description: This page lists all changes to error codes in Neo4j 5.x. |
| 2 | += Changes to error codes in Neo4j 5.x |
3 | 3 |
|
4 | | -== Neo4j 5.26 |
| 4 | +== Neo4j 5.26 LTS |
5 | 5 |
|
6 | 6 | **New:** |
7 | 7 |
|
@@ -208,115 +208,3 @@ Neo.ClientNotification.Statement.SubqueryVariableShadowingWarning |
208 | 208 | Neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning |
209 | 209 |
|
210 | 210 | ----- |
211 | | - |
212 | | -== Neo4j 4.4 |
213 | | - |
214 | | -**New:** |
215 | | - |
216 | | -[source, status codes, role="noheader"] |
217 | | ------ |
218 | | -Neo.ClientError.Statement.UnsupportedAdministrationCommand |
219 | | -Neo.DatabaseError.Transaction.LinkedTransactionError |
220 | | -Neo.TransientError.Transaction.LeaderSwitch |
221 | | -Neo.ClientError.Database.IllegalAliasChain |
222 | | ------ |
223 | | - |
224 | | - |
225 | | -== Neo4j 4.3 |
226 | | - |
227 | | -**New:** |
228 | | - |
229 | | -[source, status codes, role="noheader"] |
230 | | ------ |
231 | | -Neo.ClientError.General.UpgradeRequired |
232 | | -Neo.TransientError.Statement.ExecutionTimeout |
233 | | ------ |
234 | | - |
235 | | - |
236 | | -== Neo4j 4.2 |
237 | | - |
238 | | -**New:** |
239 | | - |
240 | | -[source, status codes, role="noheader"] |
241 | | ------ |
242 | | -Neo.ClientNotification.Statement.MissingAlias |
243 | | -Neo.ClientNotification.Statement.SubqueryVariableShadowingWarning |
244 | | -Neo.TransientError.Transaction.TransientTransactionFailure |
245 | | ------ |
246 | | - |
247 | | -== Neo4j 4.1 |
248 | | - |
249 | | -**New:** |
250 | | - |
251 | | -[source, status codes, role="noheader"] |
252 | | ------ |
253 | | -Neo.ClientError.Cluster.Routing |
254 | | -Neo.ClientError.General.TransactionOutOfMemoryError |
255 | | -Neo.ClientError.Statement.AccessMode |
256 | | -Neo.DatabaseError.Statement.RemoteExecutionFailed |
257 | | -Neo.TransientError.General.MemoryPoolOutOfMemoryError |
258 | | ------ |
259 | | - |
260 | | -**Removed:** |
261 | | - |
262 | | -[source, status codes, role="noheader"] |
263 | | ------ |
264 | | -Neo.ClientError.Cluster.TransactionSizeExceedsLimit |
265 | | -Neo.DatabaseError.Cluster.SerializationFailure |
266 | | -Neo.TransientError.General.TransactionOutOfMemoryError |
267 | | ------ |
268 | | - |
269 | | -== Neo4j 4.0 |
270 | | - |
271 | | -**New:** |
272 | | - |
273 | | -[source, status codes, role="noheader"] |
274 | | ------ |
275 | | -Neo.ClientError.Cluster.TransactionSizeExceedsLimit |
276 | | -Neo.ClientError.Database.DatabaseNotFound |
277 | | -Neo.ClientError.Database.ExistingDatabaseFound |
278 | | -Neo.ClientError.Fabric.AccessMode |
279 | | -Neo.ClientError.Schema.ConstraintViolation |
280 | | -Neo.ClientError.Schema.ConstraintWithNameAlreadyExists |
281 | | -Neo.ClientError.Schema.EquivalentSchemaRuleAlreadyExists |
282 | | -Neo.ClientError.Schema.IndexMultipleFound |
283 | | -Neo.ClientError.Schema.IndexWithNameAlreadyExists |
284 | | -Neo.ClientError.Statement.NotSystemDatabaseError |
285 | | -Neo.ClientError.Statement.RuntimeUnsupportedError |
286 | | -Neo.ClientError.Transaction.InvalidBookmarkMixture |
287 | | -Neo.DatabaseError.Cluster.SerializationFailure |
288 | | -Neo.DatabaseError.Database.DatabaseLimitReached |
289 | | -Neo.DatabaseError.Database.UnableToStartDatabase |
290 | | -Neo.DatabaseError.Database.Unknown |
291 | | -Neo.DatabaseError.Fabric.RemoteExecutionFailed |
292 | | -Neo.DatabaseError.Schema.TokenLimitReached |
293 | | -Neo.DatabaseError.Statement.CodeGenerationFailed |
294 | | -Neo.TransientError.Database.DatabaseUnavailable |
295 | | -Neo.TransientError.General.TransactionMemoryLimit |
296 | | -Neo.TransientError.General.TransactionOutOfMemoryError |
297 | | -Neo.TransientError.Transaction.BookmarkTimeout |
298 | | -Neo.TransientError.Transaction.LeaseExpired |
299 | | -Neo.TransientError.Transaction.MaximumTransactionLimitReached |
300 | | ------ |
301 | | - |
302 | | -**Removed:** |
303 | | - |
304 | | -[source, status codes, role="noheader"] |
305 | | ------ |
306 | | -Neo.ClientError.LegacyIndex.LegacyIndexNotFound |
307 | | -Neo.ClientError.Request.TransactionRequired |
308 | | -Neo.ClientError.Schema.ConstraintVerificationFailed |
309 | | -Neo.ClientError.Security.EncryptionRequired |
310 | | -Neo.ClientError.Statement.LabelNotFound |
311 | | -Neo.ClientNotification.Statement.CreateUniqueUnavailableWarning |
312 | | -Neo.ClientNotification.Statement.JoinHintUnsupportedWarning |
313 | | -Neo.ClientNotification.Statement.PlannerUnavailableWarning |
314 | | -Neo.ClientNotification.Statement.PlannerUnsupportedWarning |
315 | | -Neo.DatabaseError.Schema.LabelLimitReached |
316 | | -Neo.TransientError.Cluster.NoLeaderAvailable |
317 | | -Neo.TransientError.General.DatabaseUnavailable |
318 | | -Neo.TransientError.Network.CommunicationError |
319 | | -Neo.TransientError.Schema.SchemaModifiedConcurrently |
320 | | -Neo.TransientError.Transaction.InstanceStateChanged |
321 | | -Neo.TransientError.Transaction.LockSessionExpired |
322 | | ------ |
0 commit comments