unsigned int mysql_stmt_errno(MYSQL_STMT * stmt);
stmt
- a statement handle, which was previously allocated by mysql_stmt_init().
Returns the error code for the most recently invoked statement function that can succeed or fail. Zero means no error occurred.