sqlite_error_string Returns the textual description of an error code &reftitle.description; stringsqlite_error_string interror_code Returns a human readable description of the error_code returned from sqlite_last_error. &reftitle.parameters; error_code The error code being used, which might be passed in from sqlite_last_error. &reftitle.returnvalues; Returns a human readable description of the error_code, as a string. &reftitle.seealso; sqlite_last_error