You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ All Neo4j status codes follow the syntax `Neo.[Type].[SubType].[Name]`.
152
152
153
153
The notification title and the error description contain similar information.
154
154
Therefore, they follow the same guidelines.
155
-
Both should be brief (one short sentence), specific, and inform on the current situation and what code of the query triggered the notification/error (add it within backticks to show that it’s a code snippet).
155
+
Both should be brief (one short sentence), specific, and inform on the current situation and what code of the query triggered the notification/error (add it within backticks to show that it’s a code snippet, e.g. \`dbname`).
156
156
Avoid explaining the cause, consequences, or solution.
157
157
The notification title and description will be replaced by a single field `message` in 6.0.
158
158
The error description in 5.x is used just as a fallback error message in some specific cases, and in 6.0, it will no longer be used.
@@ -237,7 +237,7 @@ The message should follow the same guidelines as the notification description, n
237
237
The message should contain the most important information for the user.
238
238
It should be brief, scannable, specific, and contain the following details (if applicable):
239
239
240
-
* Problem -- what happened and what code of the query triggered the notification/error (add it within backticks to show that it’s a code snippet).
240
+
* Problem -- what happened and what code of the query triggered the notification/error (add it within backticks to show that it’s a code snippet, e.g. \`dbname`).
241
241
* Cause -- what triggered the code to be returned.
0 commit comments