IsUserError - cBaseErrorHandler¶
Include: Use System\ErrorSystem.pkg
Returns true when an error is classified as user-facing.
Type: Function
Return data type: Boolean
Parameters¶
| Parameter | Type | Description |
|---|---|---|
iError |
Integer | Error number. |
Syntax¶
Function IsUserError Integer iError Returns Boolean
Call¶
Get IsUserError of hoError DFERR_OPERATOR to bResult
Description¶
Returns true when an error is classified as user-facing.