Files
Phoebe Goldman 6645c45dfa Reorg sdk::Error to hide non-recoverable errors
Per out-of-band suggestion from @jsdt, rework the `Error` type
so that many former variants are now under `Error::Internal(InternalError)`,
with `InternalError` not exposing its contents except via `std::error::Error`.
2025-02-03 09:28:04 -05:00
..