errors.fyi community error code reference
AssertionError
python

AssertionError

Raised by a failing assert statement. If the assertion has a message, it becomes the exception's first argument.

References

โ† all namespaces for AssertionError