Error handling: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
{| class="wikitable" style="width:100%;" | {| class="wikitable" style="width:100%;" | ||
|- style="background-color:#616366; font-size:200%; border:none; margin:0; padding:.3em; color:#FFD500; text-align:center;" | |- style="background-color:#616366; font-size:200%; border:none; margin:0; padding:.3em; color:#FFD500; text-align:center;" | ||
| '''The Error Handling Portal | | '''The Error Handling Portal''' | ||
|- | |- | ||
| '''Error Handling''' refers to the anticipation, response, and recovery from error conditions when a program is running. For edit-time error handling refer to [[Development Environment]]. | | '''Error Handling''' refers to the anticipation, response, and recovery from error conditions when a program is running. For edit-time error handling refer to [[Development Environment]]. |
Latest revision as of 18:48, 2 January 2025
The Error Handling Portal |
Error Handling refers to the anticipation, response, and recovery from error conditions when a program is running. For edit-time error handling refer to Development Environment. |
Subcategories | Topics in Error Handling | ||
FundamentalsError Generation
Error PropagationError ResponseError Display
Error Logging |