How can I list all slugs categories?

you can try below code

$term = get_term( get_the_ID(), 'portfolio_category');
$slug = $term->slug;
echo  $slug;

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)