xpxSetErrorHandling
FUNCTION xpxSetErrorHandling (options : INTEGER) status : INTEGER;
Specifies whether the global error status
Arguments
Type | Name | Comment |
INTEGER | options | see below |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Option | Comment |
---|---|
STANDARD_ERROR_HANDLING | The default mode. The global error status buffer will not be reset. I.e, an error code retrieved by the sdaiErrorQuery function could origin from any previous EDMinterface function call |
CLEAR_ERROR_CODE_BEFORE_EACH_OPERATION | The global error buffer will be reset prior to any EDMinterface function call. I.e, if an sdai Error Code is retrieved by sdaiErrorQuery, it origins from the last EDMinterface function call. |
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.