-
Notifications
You must be signed in to change notification settings - Fork 36
Move error codes to message descriptions, include newer error messages #656
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
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.
Thank you for doing this. Do we need to look at Track Status responses too?
I don't want to take that on in this PR. These are mostly obvious tweaks from SUBSCRIBE_ERROR to *_ERROR. |
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 seems ok , but rather duplicated ..
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.
Individual Comments
Agreed, but each of the messages has a couple of slightly different error conditions, unfortunately. |
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.
LG once you update the name and fix the merge conflicts.
Co-authored-by: ianswett <[email protected]>
Co-authored-by: ianswett <[email protected]>
Co-authored-by: Mathis Engelbart <[email protected]>
This reverts commit 85d6fd7.
This reverts commit 4c1c05d.
This reverts commit e7aa187.
This reverts commit df57a25.
This reverts commit 8d512da.
This reverts commit 532203c.
This reverts commit e4aabec.
This reverts commit f3e4409.
This reverts commit cdcc63b.
This reverts commit 2cfe934.
This reverts commit 4655de8.
This reverts commit fab5a7c.
This reverts commit 32b22a6.
This reverts commit 78a7bf1.
This reverts commit c6b7584.
This reverts commit 1888ad5.
This reverts commit 92d11b1.
This reverts commit 1bd5fe7.
This reverts commit 91447fc.
This reverts commit 7e78c15.
I guess this is done, although git, as usual, is being stupid. I don't think any errors crept in, but I'm not sure. |
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 assume this is 100% editorial but LGTM.
The error codes are currently in the "Relays" section, which doesn't make any sense.
It's also missing codes for SUBSCRIBE_ANNOUNCES_ERROR, ANNOUNCE_ERROR, and FETCH_ERROR.
Also fixes #577.