()
| 629 | } |
| 630 | |
| 631 | fn some_position() -> Position<NodeId> { |
| 632 | Position::new(NodeId::new(42), ChangePosition::new(100)) |
| 633 | } |
| 634 | |
| 635 | // -- Classification logic: the interesting behavior of these error types |
| 636 | // is how they're bucketed for retry/recovery decisions in the apply loop. |
no outgoing calls