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.