Penguin
Note: You are viewing an old revision of this page. View the current version.

An action, datum or data that is not legal. (Not legal for the computer's internal rules, not in the real world!)

Illegality is not transitient or temporary, it is permanent. (Re)Attempting an illegal action or (re)testing illegal datum or data should result in failure.

The famous error message on Windows computers is something like "This program has performed an illegal operation and will be shut down", which isn't a very meaningful error message to the majority of end users. A better message would say that there is a bug in the software and the program can't continue running.

Compare Valid.