What is the difference between a fatal 'error n' and a recoverable 'error n'?

Responsive Ad Header

Question

Grade: Education Subject: Support
What is the difference between a fatal 'error n' and a recoverable 'error n'?
Asked by:
77 Viewed 77 Answers
Responsive Ad After Question

Answer (77)

Best Answer
(317)
A fatal 'error n' indicates a severe problem that prevents the program from continuing. The program might crash or terminate. A recoverable 'error n' is a less critical error that the program can handle. The program might retry the operation, ignore the error, or provide a warning to the user and continue execution.