Error handling: Difference between revisions
Appearance
Create actual portal page Tag: Removed redirect |
No edit summary Tag: Manual revert |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 16: | Line 16: | ||
==Fundamentals== | ==Fundamentals== | ||
*[[Aspects of error handling]] | *[[Aspects of error handling]] | ||
*[[Error List]] | |||
==Error Generation== | ==Error Generation== | ||
*[[Error Cluster data type|Error Cluster (data type)]] | *[[Error Cluster data type|Error Cluster (data type)]] | ||
Line 23: | Line 25: | ||
*[[Default Error Code]] | *[[Default Error Code]] | ||
*[[Custom Error Code]] | *[[Custom Error Code]] | ||
*[[Error Codes Editor|Error Codes Editor Dialog]] | |||
==Error Propagation== | ==Error Propagation== | ||
*[[Error Chain]] | *[[Error Chain]] | ||
Line 39: | Line 43: | ||
*[[Write To System Log function|Write To System Log (function)]] | *[[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 |