contents   index   previous   next



SimpleDataset getLastError()

syntax:

return:

description:

see:

simpledataset.getLastError()

string - message describing the last error encountered.

 

This method returns a string explaining the error encountered by the last SimpleDataset method call. The error codes/strings are reset whenever a SimpleDataset method is called (excluding getLastErrorCode() and getLastError()).

 

#include <smdtset.jsh>, SimpleDataset getLastErrorCode()

 

example:

// get a string describing the error

error = ds.getLastError()

 


SimpleDataset static properties