error condition
RU: условие ошибки
A situation a program reaches that it cannot continue past with its normal logic — a missing file, a division by zero, a bad type conversion. An error is a fact about the program's state at a moment, not an action: nothing has happened to the program counter or call stack yet. Raising an exception is one possible response to an error condition.