mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 21:18:21 +00:00
705f51db27
* [proxy] Propagate most errors to user This change enables propagation of most errors to the user (e.g. auth and connectivity errors). Some of them will be stripped of sensitive information. As a side effect, most occurrences of `anyhow::Error` were replaced with concrete error types. * [proxy] Box weighty errors