errors.fyi community error code reference
CO_E_NOTINITIALIZED
hresult

COM not initialised

CoInitialize or CoInitializeEx has not been called on the current thread. COM must be initialised before any COM functions or interface methods can be used on a given thread.

Numeric value: 2147746288

References

← all namespaces