Errors produced by server-level operations.
See apimock_routing::error for the rationale on per-crate error types. ServerError wraps ConfigError via #[from] because server startup calls Config::new on the user’s behalf.
apimock_routing::error
ServerError
ConfigError
#[from]
Config::new