QPR Knowledge Base 2017.1

GetErrorMessage

GetErrorMessage

Previous topic Next topic No directory for this topic  

GetErrorMessage

Previous topic Next topic Topic directory requires JavaScript Mail us feedback on this topic!  

Revision history:

Introduced in QPR 7.2.1

 

Returns error message of Errorcode, 'Unknown error' if viErrorcode is not returned by any script function

 

Synopsis:

 

SCApplication.GetErrorMessage(viErrorCode)

 

Parameters:

 

viErrorcode: Integer, a code returned by any previously executed script function

 

Required Rights:

 

None

 

Return Values:

Below are listed the return values that this function can return:

 

Error description (string).

 

Example Procedure:

 

Message = SCApplication.GetErrorMessage(iRetCode)