Where to find the table of a constraint

I got error message like
ERROR: duplicate key value violates unique constraint “10_10_table_pkey”

I am not able to find the constraint from pg_constraint

Where can I find the information?