ConfigurationError - cConnection
Sent when a configuration error occurs
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| iError | Integer | Error Number |
| sError | String | Error Text |
Syntax
Procedure ConfigurationError Integer iError String sError
Call Example
Send ConfigurationError iError sError
Description
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.