Skip to content

DefineStandardUserErrors - cBaseErrorHandler

Include: Use System\ErrorSystem.pkg

Resets the handler to the standard set of user-facing error numbers.

Type: Procedure

Syntax

Procedure DefineStandardUserErrors

Call

Send DefineStandardUserErrors of hoError

Description

DefineStandardUserErrors resets the handler's user-facing error set to the standard list created by cBaseErrorHandler. Use it after removing or replacing user-facing errors when you want the default classification back.

Default user-facing errors

Constant
DFERR_NUMBER_TOO_LARGE
DFERR_WINDOW_RANGE
DFERR_ENTRY_REQUIRED
DFERR_ENTER_A_NUMBER
DFERR_BAD_ENTRY
DFERR_ENTER_VALID_DATE
DFERR_NUMERIC_RANGE
DFERR_DUPLICATE_REC
DFERR_TEXT_FIELD_TOO_LONG
DFERR_FIND_PRIOR_BEG_OF_FILE
DFERR_FIND_PAST_END_OF_FILE
DFERR_NO_REC_TO_DELETE
DFERR_FIELD_NOT_INDEXED
DFERR_REC_NUMBER_RANGE
DFERR_ENTER_VALID_REC_ID
DFERR_OPERATOR_ERROR
DFERR_CANT_CHANGE_KEY_FIELD
DFERR_NO_DELETE_RELATED_RECORDS_EXIST
DFERR_OPERATION_NOT_ALLOWED
DFERR_OPERATOR
DFERR_XML_HTTP
DFERR_CLIENT_SOAP_TRANSFER
DFERR_CLIENT_SOAP_FAULT
DFERR_TEXT_TOO_LARGE_FOR_FIELD
DFERR_WINPRINT
DFERR_CRYSTAL_REPORT
DFERR_MAPI
DFERR_FILE_ACCESS_VIOLATION
DFERR_DATAFLEX_REPORTS
DFERR_CANT_REFIND_RECORD
DFERR_WEBAPP_ACCESS_DENIED
DFERR_WEBAPP_SESSION_TIMEOUT
DFERR_WEBAPP_BAD_SESSION_KEY
DFERR_WEBAPP_INVALID_URL
DFERR_WEBAPP_INVALID_URL_REC

See also