|
The SWSERROR FunctionRelated Topics
SWSERROR is a built-in function used to retrieve information about the last error condition encountered by a Web Server API function. If no error condition has been encountered, the function returns a NULL string. Otherwise a description of the last error is returned.
SWSERROR SyntaxThe SWSERROR function is coded without arguments. The invocation format for SWSERROR is: string = SWSERROR( )
Return ValuesAfter the call shown above completes, the variable, string, will be set to a NULL value if no error condition has been encountered. Otherwise it will contain a text-format description of the error. |