Fix suggestions tell developers what to do, common causes tell them why it happened. This mapping layer explains the typical scenarios that produce each known error code.
- Add a
common_causes field to the error mapping entries (TOML or static map) with one to three plain-English cause strings per code
- Cover the same Tier 1 error codes as the suggested fix mappings
Expectations: Every Tier 1 error code surfaces at least one common cause string in the decoded output.
Fix suggestions tell developers what to do, common causes tell them why it happened. This mapping layer explains the typical scenarios that produce each known error code.
common_causesfield to the error mapping entries (TOML or static map) with one to three plain-English cause strings per codeExpectations: Every Tier 1 error code surfaces at least one common cause string in the decoded output.