Commit 9eb3aaa
fix: return error for unknown method in rolldpos BuildReadStateRequest (#4789)
BuildReadStateRequest returned nil, nil for unknown methods, silently
hiding the error from callers. Now returns an error with the unknown
method name for proper error handling.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 94abf9d commit 9eb3aaa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | | - | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments