| | |
Constant | Description | Used by the functions |
---|
Versions 17 and lateradErrInternal New in version 17adErrInternal adErrInternal | Internal error | Managing the errors in the Ad controls |
Versions 17 and lateradErrInvalidQuery New in version 17adErrInvalidQuery adErrInvalidQuery | Invalid AdMob query | Managing the errors in the Ad controls |
Versions 17 and lateradErrNetwork New in version 17adErrNetwork adErrNetwork | Network connectivity error (no Internet access for example) | Managing the errors in the Ad controls |
Versions 17 and lateradErrNoAdvertising New in version 17adErrNoAdvertising adErrNoAdvertising | No advertising was found. | Managing the errors in the Ad controls |
Versions 16 and lateredEndProgram New in version 16edEndProgram edEndProgram | Operation performed by the user on the standard window of exceptions: "Restart the application" was not checked by the user. | ExceptionDisplay |
Versions 16 and lateredRelaunchProgram New in version 16edRelaunchProgram edRelaunchProgram | Operation performed by the user on the standard window of exceptions: "Restart the application" was checked by the user. | ExceptionDisplay |
epCode | Current mode: the error is processed by programming (test the return value of the functions, using ErrorOccurred, ...) Standard operating mode of exceptions. | ErrorChangeParameter, ExceptionChangeParameter |
epDisplayMessage | Displays the error message in a window that proposes the following choices to the user: "Retry", "Cancel" and "Stop". | ErrorChangeParameter |
epDisplayMessageEndProcess | Displays the error message in a window that proposes the following choices to the user: "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 |
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 |
epExecuteProcedure | Runs the procedure specified in parameter. | ErrorChangeParameter, ExceptionChangeParameter |
Versions 26 and laterepExecuteProcedureOverall New in version 26epExecuteProcedureOverall epExecuteProcedureOverall | Runs the procedure specified in parameter. Procedure is called if no local exception processing is Active. Procedure is active at runtime context level (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 down to the application level. | ExceptionChangeParameter |
epGotoCaseError | Runs the code defined by: CASE ERROR: | ErrorChangeParameter |
epGotoCaseException | Runs the code defined by: 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 in 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 |
errDateTime | Date and time of error | 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 |
Versions 18 and latererrDotNetException New in version 18errDotNetException errDotNetException | Object of .Net exception | ExceptionInfo |
errDuring | Name of the WLanguage function that threw the error | ErrorInfo, ExceptionInfo |
errElement | Name of the element associated with the current process when the error occurred | ErrorInfo, ExceptionInfo |
errFIC | Full name of data file (FIC) associated with the error | ErrorInfo, ExceptionInfo |
errFile | Logical name of file associated with the error | ErrorInfo, ExceptionInfo |
errFullComponentName | Name of the component currently run:- "" no component.
- "Component1": "Component1" component directly used in the project.
- "Component1.Component2": "Component2" component used from "Component1".
| ErrorInfo, ExceptionInfo |
errFullDetails | Full error details (error line, current process, etc.) | ErrorInfo, ExceptionInfo |
errInfo | Additional information | ErrorInfo, ExceptionInfo |
errItem | Name of item associated with the error | ErrorInfo, ExceptionInfo |
errLine | Number of the error line | ErrorInfo, ExceptionInfo |
errLink | Name of link associated with the error | ErrorInfo, ExceptionInfo |
errMessage | Full error message | ErrorInfo, ExceptionInfo |
errMMO | Full name of memo file (.MMO) associated with the error | ErrorInfo, ExceptionInfo |
errNDX | Full name of index file (.NDX) associated with the error | ErrorInfo, ExceptionInfo |
errNumberSubError | Number of sub-errors for the error | ErrorInfo, ExceptionInfo |
errOrigin | HFSQL Client/Server: used to directly access the first error that occurred on the HFSQL server. | ExceptionInfo |
errProcess | Name of process in progress when the error occurred | ErrorInfo, ExceptionInfo |
errRecNum | Number of the record associated with the error | ErrorInfo, ExceptionInfo |
errStack | Stack of WLanguage calls | ErrorInfo, ExceptionInfo |
errSummary | Summary of error | ErrorInfo, ExceptionInfo |
errSystemCode | Number of the system error (if it exists) | ErrorInfo, ExceptionInfo |
errSystemMessage | Message of system error (if it exists) | ErrorInfo, ExceptionInfo |
errWDD | Full name of WDD associated with the error | ErrorInfo, ExceptionInfo |
exceptionError | Level of the error to trigger: error exception | ExceptionThrow |
exceptionInformation | Level of the error to trigger: information exception | ExceptionThrow |
exceptionWarning | Level of the error to trigger: warning exception | ExceptionThrow |