|
ConfigurationDomainCommandExposeErrors Property
|
Indicates whether errors should be exposed to the caller in JavaScript.
- When true, any errors are not handled by the default handler... Instead they are
allowed to bubble up through the promise chain. This allows them to be handled by non-default
implementations.
- When false, the default handler is used. This will show the message in a
MFClientScript.IDashboard.ShowMessage() dialog.
Namespace:
MFiles.VAF.Configuration.Interfaces.Domain
Assembly:
MFiles.VAF.Configuration.Interfaces (in MFiles.VAF.Configuration.Interfaces.dll) Version: 1.0.0.0
Syntaxpublic bool ExposeErrors { get; set; }
Property Value
Type:
Boolean
See Also