ArithmeticErrorArithmeticError
Base class for arithmetic errors including ZeroDivisionError, OverflowError, and FloatingPointError.
ConnectionRefusedErrorThe connection was refused because no server is listening on the target address.
No process is listening on the specified host and port. The server may not be running, the port may be wrong, or a firewall is actively refusing the connection.
Verify the target server is running. Check the host and port are correct. Ensure no firewall is blocking the connection. Test connectivity with telnet host port or nc -zv host port.
ArithmeticErrorBase class for arithmetic errors including ZeroDivisionError, OverflowError, and FloatingPointError.
ConnectionResetErrorThe connection was forcibly closed by the remote server.
IndentationErrorThe code has incorrect indentation, which is syntactically significant in Python.
ConnectionErrorA connection-related error occurred during a network operation.
multiprocessing.AuthenticationErrorAuthentication failed when connecting to a multiprocessing server.
OverflowErrorThe result of an arithmetic operation is too large to be represented.