Parameter | Description |
---|---|
iError | Error Number |
sError | Error Text |
Procedure ConfigurationError Integer iError String sError
Call: | Send ConfigurationError iError sError |
When a configuration error occurs the ConfigurationError message is sent.
By default, this presents a user error with a standard error configuration title and the error description.
ConfigurationError can be augmented or replaced to customize its appearance, provide extra information, or log the error.