This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets the value to return in case on error occurs during execution.
The Viper expressions this.error(), this.error(full) and this.error(type) are available in this context.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
[(Name = "Error", Options = .RawData)]
public string OnErrorReturnValue { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "Error", Options := .RawData)> _
Public Property OnErrorReturnValue As 
	Get
	Set

Field Value

The on error return value.

See Also

Module Class
Smartsite.Core Namespace
Advanced