This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我可以采取哪些步骤来解决不同情况下的错误代码?
情况 | 错误详细信息 | 补救步骤 |
材料无效 | Fullscreen 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 "errors": [ { "errorCode": "ERR-TICOM-ORDER-API-0002", "type": "Application", "section": "lineItems", "field": null, "reason": "Invalid Part Number", "message": "Resubmit order with correct TI Part Number", "data": [ { "customerLineItemNumber": "1", "tiPartNumber": "SN74LVTH163", "quantity": "1000", "availableQuantity": null } ] } ] XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX "errors": [ { "errorCode": "ERR-TICOM-ORDER-API-0002", "type": "Application", "section": "lineItems", "field": null, "reason": "Invalid Part Number", "message": "Resubmit order with correct TI Part Number", "data": [ { "customerLineItemNumber": "1", "tiPartNumber": "SN74LVTH163", "quantity": "1000", "availableQuantity": null } ] } ] |
您输入的材料不是可订购的器件型号。 TI.com 搜索可以建议与您的器件型号最接近的匹配项。 |