###User Defined Function###
_SQLite_ErrMsg

###Description###
Returns a string describing in english the error condition for the most recent sqlite3_* API call

###Syntax###
#include <SQLite.au3>
_SQLite_ErrMsg ( [$hDB = -1] )


###Parameters###
@@ParamTable@@
$hDB
	[optional] An open database, default is the last opened database
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	an error message string.
Failure:	sets the @error flag to non-zero.
@error:	1 - error calling SQLite API 'sqlite3_errmsg16'
	2 - Call Prevented by SafeMode
@@End@@


###Remarks###
None.


###Related###
_SQLite_ErrCode


###Example###
@@IncludeExample@@
