Skip to content

miniproto.event_loop.install_error

install_error() -> Exception | None

Return the most recent explicit-install or backend-load error, if any.

Returns:

  • Exception | None – The stored exception from :func:install or backend import, otherwise
  • Exception | NoneNone. Reading this value never retries installation.