Difference between revisions of "W2641 Response to Errors"

From Coder Merlin
(Created page with "== Key Concepts == * In the event of an error, possible responses include, in order of preference: ** Programmatically retry/reconfigure ** User interaction ** Diagnostics **...")
 
Line 1: Line 1:
== Prerequisites ==
* [[W2601 Debugging First Steps]]
== Key Concepts ==
== Key Concepts ==
* In the event of an error, possible responses include, in order of preference:
* In the event of an error, possible responses include, in order of preference:

Revision as of 13:27, 20 June 2019

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Prerequisites[edit]

Key Concepts[edit]

  • In the event of an error, possible responses include, in order of preference:
    • Programmatically retry/reconfigure
    • User interaction
    • Diagnostics
    • Fatal/Core dump