LassoScript Utility
Basics Browse Detail

[Handle_Error] ... [/Handle_Error]

Tag Link [Handle_Error] ... Category Error
Type Container Source Available Yes
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type String Security None
Implementation Internal Sets Lasso 8.5, Lasso 8.0, Lasso 7.0

Description

[Handle_Error] ... [/Handle_Error] conditionally executes after the code in the current container tag or format file is completed or a [Fail] tag is called. The code within this container tag will only be executed if the current error code is other than [Error_NoError].

Each [Handle] ... [/Handle] container is executed after all other code within the current format file, [Protect] ... [/Protect] block, or custom tag.

Syntax

[Handle_Error]
  ...
[/Handle_Error]

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.