Invalid argument supplied in register_taxonomy $args->taxonomies

I got it now…

The error inside ‘taxonomies’ belong to register_post_type() function. It does not belong to register_taxonomy(). The right way of declaring ‘taxonomies’ inside register_post_type() is:

'taxonomies' => array('partner_type_taxonomies'),