TencentCloud / TencentCloud/tencentcloud-sdk-nodejs
Ambiguity about SecretId is not found
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 600
- Forks
- 113
- Avg merge
- 6h 46m
- Merged PRs (30d)
- 1
Description
If you mistakenly write secretId in credential as SecretId when configuring clientConfig, the error message "SecretId is not found" will be displayed during error capture, which is obviously incorrect.
TencentCloudSDKHttpException
[Error]: The SecretId is not found, please ensure that your SecretId is correct.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how clientConfig credentials are read and how the error is captured when SecretId is used instead of secretId. Confirm the source of the "The SecretId is not found" message and identify the expected wording for this configuration mistake. Done means the reported error accurately describes the invalid credential field.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100