| | |
Constant | Description | Used by the functions |
---|
edEndProgram | User manipulation of the standard exception window: The user has not checked the "Relaunch application" option. | ExceptionDisplay |
edRelaunchProgram | User manipulation of the standard exception window: The user has checked the "Relaunch application" option. | ExceptionDisplay |
epDisplayMessage | Displays the error message in a window that proposes the following choices to the user: "Retry", "Cancel" and "Stop". | ErrorChangeParameter |
epDisplayMessageEndProgram | Displays the error message in a window that proposes the following choices to the user: "Stop" and "Restart the application" (Restart by default). | ErrorChangeParameter |
epDisplayMessageEndProcess | Displays the error message in a window that proposes the following choices to the user: "Cancel" and "Stop". | ErrorChangeParameter |
epDisplayMessageRelaunchProgram | Displays the error message in a window that proposes the following choices to the user: "Stop" and "Restart the application" (Restart by default). | ErrorChangeParameter |
epCode | Current mode: the error is processed by programming (function return value test, use of ErrorOccurred, etc.) Standard operating mode of exceptions. | ErrorChangeParameter, ExceptionChangeParameter |
epExecuteProcedure | Runs the procedure specified as parameter. | ErrorChangeParameter, ExceptionChangeParameter |
epExecuteProcedureOverall | Runs the procedure specified as parameter. The procedure is called if no local exception process is active. The procedure is active in the execution context (project, external stand-alone component, internal stand-alone component). If there is no procedure in the current context, the procedure is searched in the parent context recursively, up to the application level. | ExceptionChangeParameter |
epGotoCaseError | Executes the code defined by the label: CASE ERROR: | ErrorChangeParameter |
epGotoCaseException | Executes the code defined by the label: CASE EXCEPTION: | ExceptionChangeParameter |
epResult | Validates the errors. Exits from the current process and returns the specified value. Exits from the current process and returns the value specified as parameter. The exception is not propagated. | ErrorChangeParameter, ExceptionChangeParameter |
epResultError | Validates the errors. Exits from the current process, returns the specified value and propagates the error. The error is automatically processed by the higher level (if the error process is enabled), or by IF NOT xxx or IF ErrorOccurred. | ErrorChangeParameter |
epReturn | Validates the errors. Exits from the current process. The error is not propagated if the automatic management of errors is enabled in the calling code. Ends the current process and does not propagate the exception. | ErrorChangeParameter, ExceptionChangeParameter |
epReturnError | Validates the errors. Exits from the current process and propagates the error. The error is automatically processed by the higher level (if the error process is enabled), or by IF NOT xxx or IF ErrorOccurred. The error is propagated if the automatic management of errors is enabled in the calling code. | ErrorChangeParameter |
errCode | Error code | ErrorInfo, ExceptionInfo |
errSystemCode | Number of the system error (if it exists) | ErrorInfo, ExceptionInfo |
errFullDetails | Full error details (error line, current process, etc.) | ErrorInfo, ExceptionInfo |
errDateTime | Date and time of error | ErrorInfo, ExceptionInfo |
errElement | Name of the element associated with the current process when the error occurred | ErrorInfo, ExceptionInfo |
errDotNetException | Object of .Net exception | ExceptionInfo |
errFIC | Full name of the data file (.FIC) associated with the error | ErrorInfo, ExceptionInfo |
errFile | Logical name of the file associated with the error | ErrorInfo, ExceptionInfo |
errInfo | Additional information | ErrorInfo, ExceptionInfo |
errDebugInfo | Specific information for debugging the problem that occurred. This information should only be displayed and communicated on express demand from PC SOFT. | ErrorInfo |
errLink | Name of the link associated with the error | ErrorInfo, ExceptionInfo |
errLine | Number of the error line | ErrorInfo, ExceptionInfo |
errMessage | Full error message | ErrorInfo, ExceptionInfo |
errSystemMessage | Message of system error (if it exists) | ErrorInfo, ExceptionInfo |
errMMO | Full name of the memo file (.MMO) associated with the error | ErrorInfo, ExceptionInfo |
errNDX | Full name of the index file (.NDX) associated with the error | ErrorInfo, ExceptionInfo |
errNumberSubError | Number of sub-errors for the error | ErrorInfo, ExceptionInfo |
errFullComponentName | Name of the component currently run:- "" no component.
- "Component1": "Component1" component used directly in the project.
- "Component1.Component2": "Component2" component used from "Component1".
| ErrorInfo, ExceptionInfo |
errRecNum | Number of the record associated with the error | ErrorInfo, ExceptionInfo |
errOrigin | HFSQL Client/Server: provides direct access to the first error triggered on the HFSQL server. | ExceptionInfo |
errDuring | Name of the WLanguage function that threw the error | ErrorInfo, ExceptionInfo |
errStack | Stack of WLanguage calls | ErrorInfo, ExceptionInfo |
errSummary | Summary of error | ErrorInfo, ExceptionInfo |
errItem | Name of the item associated with the error | ErrorInfo, ExceptionInfo |
errProcess | Name of process in progress when the error occurred | ErrorInfo, ExceptionInfo |
errWDD | Full name of the WDD file associated with the error | ErrorInfo, ExceptionInfo |
exceptionWarning | Error level to be triggered: warning exception | ExceptionThrow |
exceptionError | Error level to be triggered: error exception | ExceptionThrow |
exceptionInformation | Error level to be triggered: information exception | ExceptionThrow |
adErrNoAdvertising | No ad was found. | Managing the errors in the Ad controls |
adErrInternal | Internal error | Managing the errors in the Ad controls |
adErrInvalidQuery | Invalid AdMob query | Managing the errors in the Ad controls |
adErrNetwork | Network connectivity error (no Internet access for example) | Managing the errors in the Ad controls |