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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It used to be in the spec, but was then removed in favor of
INVALID_COMMAND or CONSTRAINT_ERROR. The value we are using for it
collides with the spec-defined NEEDS_TIMED_INTERACTION value.
Problem
See above.
Change overview
See above.
Testing
No behavior changes intended other than which error status is returned in some cases. I'm trying to stand up a way to test that via YAML right now, which is how I ran into this.
It was added without checking the spec (which typically uses
INVALID_COMMAND or CONSTRAINT_ERROR for the cases this is ostensibly
meant to cover)
This is not quite true. INVALID_ARGUMENT was there after 1st ballot, but got removed when the language was tightened for INVALID_COMMAND and CONSTRAINT_ERROR.
This is not quite true. INVALID_ARGUMENT was there after 1st ballot, but got removed when the language was tightened for INVALID_COMMAND and CONSTRAINT_ERROR.
It used to be in the spec, but was then removed in favor of
INVALID_COMMAND or CONSTRAINT_ERROR. The value we are using for it
collides with the spec-defined NEEDS_TIMED_INTERACTION value.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It used to be in the spec, but was then removed in favor of
INVALID_COMMAND or CONSTRAINT_ERROR. The value we are using for it
collides with the spec-defined NEEDS_TIMED_INTERACTION value.
Problem
See above.
Change overview
See above.
Testing
No behavior changes intended other than which error status is returned in some cases. I'm trying to stand up a way to test that via YAML right now, which is how I ran into this.