Depends on how many rows the table errorsX has.
If it has only one row, than this INSERT ... SELECT will insert a one
row with a different id. No error.
If it has more than one row, this INSERT ... SELECT will try to insert
more than one row, all with the same id value - there will be a
duplicate key error.
Regards,
Sergei