MODM-008 — Creating a temporary resource pool outside a module's run() function
The proxy module manager provides proxy modules with short-term temporary resource pools. A temporary pool is created by a module on request and exists only until the module returns control into the module manager. It is considered a fatal error if a temporary pool is created while no module is currently executing.
Internal error.