Expand description
ServerError — the error type returned by the server’s lifecycle
methods (run, run_with_shutdown_on).
Enums§
- Server
Error - An error from the server itself — binding, accepting, or serving
connections — as opposed to a per-request
WebError. Returned byServer::runand friends.