pub static ERROR_REGISTRY: ErrorRegistryExpand description
Global error registry for recording the most recent deferred error.
The registry is retained for API compatibility. Prefer returning errors to the caller directly: a process-global “last error” can be overwritten by an unrelated operation at any time.