ID EN
OS

EX_TEMPFAIL

Python 3.11

Exit code that means a temporary failure occurred. This indicates something that may not really be an error, such as a network connection that couldn’t be made during a retryable operation.

Syntax

PYTHON
os.EX_TEMPFAIL

See Also

Availability