具体场景 | 错误详情 | 补救步骤 |
无效路径 |
Fullscreen 1 2 3 4 5 6 7 8 9 10 { "errors": [ { "errorCode": "TI-API-0404", "type": "ResourceNotFound", "reason": "Invalid path", "message": "No API endpoint ('<requested path>') found. See documentation of this API." } ] } |
根据 OpenAPI 规范(https://api-portal.ti.com/ ) 更正 API 调用的路径,然后重新提交请求。 |