There is a regular table in a PostgreSQL database with "id" field (serial) and some other columns.
Someone tried to add data to this table and an error occured with message "duplicate key value violates unique constraint..." during add because of UNIQUE constraint. So no data was added.