Commit 89e2dfe
authored
sa: improve errors from SetOrderError (#8656)
We were returning ServerInternal errors and dropping the actual error
message on the floor. Instead, return a plain error (which will get
turned into a serverInternal error higher in the stack). This avoids
losing error messages from the database layer.1 parent 14a05d3 commit 89e2dfe
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
633 | 633 | | |
634 | 634 | | |
635 | 635 | | |
636 | | - | |
| 636 | + | |
637 | 637 | | |
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | | - | |
| 641 | + | |
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
| |||
0 commit comments