Skip to main content

ERROR_REGISTRY

Static ERROR_REGISTRY 

Source
pub static ERROR_REGISTRY: ErrorRegistry
Expand 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.