Error handling: Difference between revisions
Appearance
Logmanoriginal moved page Error handling to Aspects of error handling: This page explains the aspects of error handling, it is not a portal page. Tag: New redirect |
No edit summary Tag: Manual revert |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
# | {| class="wikitable" style="width:100%;" | ||
|- style="background-color:#616366; font-size:200%; border:none; margin:0; padding:.3em; color:#FFD500; text-align:center;" | |||
| '''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]]. | |||
|} | |||
__NOTOC__ | |||
{| class="wikitable" style="width:100%;" | |||
|- style="background-color:#616366; border:none; color:#FFD500; text-align:center;" | |||
| '''Subcategories''' | |||
| colspan=3 | '''Topics in Error Handling''' | |||
|- style="vertical-align:top;" | |||
| style="width:25%; text-align:top; background-color:#EFEFEF;" | <center><small>Select [►] to view subcategories</small></center> | |||
<categorytree mode="Pages" showcount="off" depth="1">Error Handling</categorytree> | |||
| style="width:75%;" | | |||
==Fundamentals== | |||
*[[Aspects of error handling]] | |||
*[[Error List]] | |||
==Error Generation== | |||
*[[Error Cluster data type|Error Cluster (data type)]] | |||
*[[Error Cluster From Error Code function|Error Cluster From Error Code (function)]] | |||
*[[Error Constant]] | |||
*[[Error Ring]] | |||
*[[Default Error Code]] | |||
*[[Custom Error Code]] | |||
*[[Error Codes Editor|Error Codes Editor Dialog]] | |||
==Error Propagation== | |||
*[[Error Chain]] | |||
*[[Standard Error Functionality]] | |||
*[[Merge Errors function|Merge Errors (function)]] | |||
==Error Response== | |||
*[[Automatic Error Handling]] | |||
*[[Clear Errors function|Clear Errors (function)]] | |||
*[[Find First Error function|Find First Error (function)]] | |||
==Error Display== | |||
*[[Automatic Error Handling Dialogs]] | |||
*[[Explain Error Window]] | |||
*[[Simple Error Handler function|Simple Error Handler (function)]] | |||
*[[General Error Handler function|General Error Handler (function)]] | |||
==Error Logging== | |||
*[[Write To System Log function|Write To System Log (function)]] | |||
|} | |||
[[Category:Portals]] | |||
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 | |||