|
Fatal errors are those from which there is no immediate recovery. Errors that are unexpected events, but are not immediately fatal, are
warnings. The same event is a fatal error under some circumstances, unexpected but nonfatal under other circumstances, and acceptable under other circumstances. Regardless of whether a given event is fatal, the same error code is used. The function used with that error code informs the system whether the error was fatal.
|