errors.fyi community error code reference
ExceptionGroup
python

ExceptionGroup

Raised (Python 3.11+) to represent multiple concurrent exceptions, typically from asyncio.TaskGroup or the testing framework. Can be caught and unwrapped with except*.

References

โ† all namespaces for ExceptionGroup