FDB buggify for certain type of error

Recently, we enabled the buggify feature of FDB client, which triggered a lot of fdb errors randomly; now, we only want to let a certain type of error be triggered, for example, I only want to be returned [not_committed 1020 Transaction not committed due to conflict with another transaction] and don’t want to return other types of errors, can we control it by buggify?

If buggify does not meet this requirement, is there another way to achieve it?

We use c-api of fdb client.