Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(api): raise EnumeratedError for failed status check (#15241)
If you did a motor_engaged() query and the node didn't respond, you'd get a KeyError wrapped in a 4000 error, which isn't correct or useful. Make that a 1000 error instead.
- Loading branch information