ibessonov commented on code in PR #1123:
URL: https://github.com/apache/ignite-3/pull/1123#discussion_r981159313


##########
docs/_docs/handling-exceptions.adoc:
##########
@@ -17,8 +17,97 @@
 
 This section outlines basic exceptions that can be generated by Ignite 3 and 
provides basic instructions for handling them.
 
-[cols="20%,40%,40%", width="100%"]
-|=======================================================================
-|Exception     |Description    |Action
+== Finding Stack Trace Information
 
-|`exception`|What causes exception|Recommended actions
\ No newline at end of file
+When the exception happens, Apache Ignite 3 provides a UUID of the specific 
exception, but not a full stack trace. For a full stack trace, check cluster 
logs.
+
+== Common Exceptions
+
+[cols="20%,80%", width="100%"]
+|===
+|Exception     |Description
+|`UNEXPECTED_ERR`|Unexpected error occurred.
+|`NODE_STOPPING_ERR`|An error occurred when stopping the node.

Review Comment:
   In my understanding, this means "operation terminated because node is 
stopping"



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to