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
### What changes were proposed in this pull request?
Update the error message in Preconditions.checkState to match the
validation logic.
This change ensures that the error message accurately reflects the
status being checked by the code.
### Why are the changes needed?
Previously, the validation logic allowed values greater than or equal to
-1, but the error message stated that only values greater than -1 were
acceptable. This could mislead users or developers.
Fix: #7521
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Local verification.
Co-authored-by: fad <[email protected]>
0 commit comments