-
Notifications
You must be signed in to change notification settings - Fork 35
Introduces GQLSTATUS 22N60 #382
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
| = 22N60 | ||
|
|
||
| == Status Description | ||
| error: data exception - illegal element. Encountered illegal `{ <<item>> }` element: `{ <<msg>> }`. |
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.
When we use { <<msg>> }, we omit the full stop. You'll need to update the codebase as well.
| error: data exception - illegal element. Encountered illegal `{ <<item>> }` element: `{ <<msg>> }`. | |
| error: data exception - illegal element. Encountered illegal `{ <<item>> }` element. Reason: `{ <<msg>> }` |
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.
This will need to update the code. I will create another PR in the other repo also.
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.
@renetapopova Actually, the current message templates leads to message like 22N60: Encountered illegal root element: Expected struct.. In case of updating the message, the same message will look like this 22N60: Encountered illegal root element. Reason: Expected struct.
2c4b932 to
ab8b6eb
Compare
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 added a suggestion. What do you think?
This status represents invalid elements on Packstream messages.
Co-authored-by: Reneta Popova <[email protected]>
e46a1a1 to
c498ea1
Compare
Co-authored-by: Reneta Popova <[email protected]>
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
This status represents invalid elements on Packstream messages.