errors.fyi community error code reference
AssertionError

AssertionError

java

AssertionError

Thrown when an assert statement fails. Assertions are disabled by default; enable them with -ea.

References

python

AssertionError

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

References

← all namespaces