-
Notifications
You must be signed in to change notification settings - Fork 135
IGNITE-17768 Add descriptions for AI3 exceptions #1123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/_docs/handling-exceptions.adoc
Outdated
| |=== | ||
| |Exception |Description | ||
| |`UNEXPECTED_ERR`|Unexpected error occurred. | ||
| |`NODE_STOPPING_ERR`|An error occurred when stopping the node. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my understanding, this means "operation terminated because node is stopping"
docs/_docs/handling-exceptions.adoc
Outdated
| |`IGN-CMN-1`|Unexpected error occurred. | ||
| |`IGN-CMN-2`|Operation was stopped because node is stopping. | ||
| |`IGN-CMN-3`|Required component was not started. | ||
| |`IGN-CMN-0xFFFF`|Deprecated. Unknown error occurred. Replaced by `IGN-CMN-1`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that we even need this in documentation. Anyway, this would probably lead to IGN-CMN-65535, because we render them as decimals
|
@IgGusev can we use code generation to keep this up-to-date? |
Co-authored-by: Alexander Belyak <sasha_beliak@mail.ru>
Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
No description provided.