Jump to content

Error handling: Difference between revisions

From LabVIEW Wiki
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
 
Create actual portal page
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[Aspects of error handling]]
{| 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 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 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)]]
|}

Revision as of 14:50, 17 January 2021

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
Select [►] to view subcategories

Fundamentals

Error Generation

Error Propagation

Error Response

Error Display

Error Logging