Neo4j Status Codes
Hierarchical status codes returned by the Neo4j Bolt protocol and Cypher engine. Each code follows the format Neo.{Classification}.{Category}.{Title}, where Classification indicates severity (ClientError, ClientNotification, DatabaseError, TransientError), Category groups related conditions, and Title identifies the specific condition.
References
68 codes
-
Neo.ClientError.Database.DatabaseNotFoundDatabaseNotFound -
Neo.ClientError.Database.ExistingDatabaseFoundExistingDatabaseFound -
Neo.ClientError.Procedure.ProcedureCallFailedProcedureCallFailed -
Neo.ClientError.Procedure.ProcedureNotFoundProcedureNotFound -
Neo.ClientError.Procedure.ProcedureRegistrationFailedProcedureRegistrationFailed -
Neo.ClientError.Procedure.TypeErrorTypeError -
Neo.ClientError.Schema.ConstraintAlreadyExistsConstraintAlreadyExists -
Neo.ClientError.Schema.ConstraintNotFoundConstraintNotFound -
Neo.ClientError.Schema.ConstraintValidationFailedConstraintValidationFailed -
Neo.ClientError.Schema.IndexAlreadyExistsIndexAlreadyExists -
Neo.ClientError.Schema.IndexNotFoundIndexNotFound -
Neo.ClientError.Schema.TokenNameErrorTokenNameError -
Neo.ClientError.Security.AuthenticationRateLimitAuthenticationRateLimit -
Neo.ClientError.Security.AuthProviderFailedAuthProviderFailed -
Neo.ClientError.Security.AuthProviderTimeoutAuthProviderTimeout -
Neo.ClientError.Security.CredentialsExpiredCredentialsExpired -
Neo.ClientError.Security.ForbiddenForbidden -
Neo.ClientError.Security.ModeViolationModeViolation -
Neo.ClientError.Security.UnauthorizedUnauthorized -
Neo.ClientError.Statement.ArgumentErrorArgumentError -
Neo.ClientError.Statement.ArithmeticErrorArithmeticError -
Neo.ClientError.Statement.EntityNotFoundEntityNotFound -
Neo.ClientError.Statement.NotSystemDatabaseErrorNotSystemDatabaseError -
Neo.ClientError.Statement.ParameterMissingParameterMissing -
Neo.ClientError.Statement.SemanticErrorSemanticError -
Neo.ClientError.Statement.SyntaxErrorSyntaxError -
Neo.ClientError.Statement.TypeErrorTypeError -
Neo.ClientError.Transaction.TransactionAccessedConcurrentlyTransactionAccessedConcurrently -
Neo.ClientError.Transaction.TransactionEventHandlerFailedTransactionEventHandlerFailed -
Neo.ClientError.Transaction.TransactionHookFailedTransactionHookFailed -
Neo.ClientError.Transaction.TransactionMarkedAsFailedTransactionMarkedAsFailed -
Neo.ClientError.Transaction.TransactionNotFoundTransactionNotFound -
Neo.ClientError.Transaction.TransactionTimedOutTransactionTimedOut -
Neo.ClientError.Transaction.TransactionValidationFailedTransactionValidationFailed -
Neo.ClientNotification.Statement.CartesianProductWarningCartesianProductWarning -
Neo.ClientNotification.Statement.DeprecatedFeatureWarningDeprecatedFeatureWarning -
Neo.ClientNotification.Statement.DynamicPropertyWarningDynamicPropertyWarning -
Neo.ClientNotification.Statement.EagerOperatorWarningEagerOperatorWarning -
Neo.ClientNotification.Statement.ExhaustiveShortestPathWarningExhaustiveShortestPathWarning -
Neo.ClientNotification.Statement.JoinHintUnfulfillableWarningJoinHintUnfulfillableWarning -
Neo.ClientNotification.Statement.NoApplicableIndexWarningNoApplicableIndexWarning -
Neo.ClientNotification.Statement.SuboptimalIndexForWildcardQuerySuboptimalIndexForWildcardQuery -
Neo.ClientNotification.Statement.UnknownLabelWarningUnknownLabelWarning -
Neo.ClientNotification.Statement.UnknownPropertyKeyWarningUnknownPropertyKeyWarning -
Neo.ClientNotification.Statement.UnknownRelationshipTypeWarningUnknownRelationshipTypeWarning -
Neo.DatabaseError.General.OutOfMemoryErrorOutOfMemoryError -
Neo.DatabaseError.General.StackOverFlowErrorStackOverFlowError -
Neo.DatabaseError.General.UnknownErrorUnknownError -
Neo.DatabaseError.Schema.ConstraintCreationFailedConstraintCreationFailed -
Neo.DatabaseError.Schema.ConstraintDropFailedConstraintDropFailed -
Neo.DatabaseError.Schema.IndexCreationFailedIndexCreationFailed -
Neo.DatabaseError.Schema.IndexDropFailedIndexDropFailed -
Neo.DatabaseError.Statement.ExecutionFailedExecutionFailed -
Neo.DatabaseError.Transaction.TransactionCommitFailedTransactionCommitFailed -
Neo.DatabaseError.Transaction.TransactionLogErrorTransactionLogError -
Neo.DatabaseError.Transaction.TransactionRollbackFailedTransactionRollbackFailed -
Neo.DatabaseError.Transaction.TransactionStartFailedTransactionStartFailed -
Neo.TransientError.General.DatabaseUnavailableDatabaseUnavailable -
Neo.TransientError.General.OutOfMemoryErrorOutOfMemoryError -
Neo.TransientError.General.StackOverFlowErrorStackOverFlowError -
Neo.TransientError.Network.CommunicationErrorCommunicationError -
Neo.TransientError.Transaction.ConstraintsChangedConstraintsChanged -
Neo.TransientError.Transaction.DeadlockDetectedDeadlockDetected -
Neo.TransientError.Transaction.LeaderChangedLeaderChanged -
Neo.TransientError.Transaction.LockAcquisitionTimeoutLockAcquisitionTimeout -
Neo.TransientError.Transaction.MaximumTransactionLimitReachedMaximumTransactionLimitReached -
Neo.TransientError.Transaction.OutdatedOutdated -
Neo.TransientError.Transaction.TerminatedTerminated