| 具体场景 | 错误详情 | 补救步骤 |
| 无效ItiPartNumber | {
"errors": [
{
"errorCode": "ERR-TICOM-INV-API-1001",
"type": "ValidationError",
"section": "inventorySubscription",
"field": "tiPartNumber",
"reason": "Invalid tiPartNumber",
"message": "tiPartNumber ('<input value>') does not exist. Please correct the format (see https://e2e.ti.com/search?q=faq%3Atrue&category=forum&group=452&date=&customdaterange=0&startdate=&faq=true&sort=date%20desc&faq=true#) or verify that the part number is valid on TI.com and resubmit your request."
}
]
} |
请验证所提供的器件型号的格式(详情请见FAQs),并验证在TI.com 上该器件型号是否有效。 |
| 无效货币 | {
"errors": [
{
"errorCode": "ERR-TICOM-INV-API-1001",
"type": "ValidationError",
"section": "inventorySubscription",
"field": "currency",
"reason": "Invalid currency",
"message": "currency ('<input value>') is not supported by TI store (see https://www.ti.com/ordering-resources/shipping-payment-tax-information.html). Please provide a valid currency and resubmit your request."
}
]
} |
请验证所提供的货币是否为 TI.com FAQ中提供的有效货币 ISO 代码。 |
| 无效过期 | {
"errors": [
{
"errorCode": "ERR-TICOM-INV-API-1001",
"type": "ValidationError",
"section": "inventorySubscription",
"field": "expiration",
"reason": "Invalid expiration",
"message": "expiration ('<input value>') exceeds the maximum 30 day period allowed. Please correct and resubmit your request."
}
]
} |
请重新提交一个有效到期的请求:需为介于1-30间的整数。 |
| 无效所需数量 | {
"errors": [
{
"errorCode": "ERR-TICOM-INV-API-1001",
"type": "ValidationError",
"section": "inventorySubscription",
"field": "requestedQty",
"reason": "Invalid requestedQty",
"message": "requestedQty ('<input value>') must be an integer and greater than 0. Please correct and resubmit your request."
}
]
} |
请重新提交有效的所需数量(或删除所需数量) 。 |