Commit 4be00f6
committed
fix(api): use make_error_result helper for correct error_info construction
The common_system error_info struct does not have a 'context' member
accessible via .context. Use the existing make_error_result helper
which constructs error_info correctly with positional arguments.1 parent 5e4bb7e commit 4be00f6
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
902 | | - | |
903 | | - | |
| 902 | + | |
904 | 903 | | |
905 | | - | |
906 | | - | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
| |||
0 commit comments