docs: add error code 30030 (token suspended) to WaaS 2.0 error code reference#363
Open
rcsh1 wants to merge 1 commit into
Open
docs: add error code 30030 (token suspended) to WaaS 2.0 error code reference#363rcsh1 wants to merge 1 commit into
rcsh1 wants to merge 1 commit into
Conversation
rcsh1
commented
Jun 18, 2026
| | 30013 | 余额不足以支付所需的交易费用。 | 确保源地址有足够的余额支付交易费用。 | | ||
| | 30014 | 目标地址无效。 | 提供有效的目标地址。 | | ||
| | 30023 | (此错误仅适用于交易所钱包)交易账户类型无效。 | 提供有效的交易账户类型。 | | ||
| | 30030 | 该代币当前处于暂停状态,无法执行充币或提币操作。 | 这是 Cobo 侧的临时暂停,您无法直接更改。订阅 `token.suspended.deposit` 和 `token.suspended.withdraw` [Webhook 事件](/v2_cn/guides/webhooks-callbacks/webhook-event-type) 以跟踪被暂停的代币,并在暂停解除后重试该操作。 | |
Collaborator
Author
There was a problem hiding this comment.
这个时候用户应该怎么做?是不是要联系 cobo?
Collaborator
🤖 自动化文档 Review —
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intent
Ticket 1176739834628673585 (暂停充提币的报错码需要更新在API中): Error code 30030 for suspended deposit/withdrawal operations is missing from the API error code reference. Add the suspended-operation error codes (including 30030) to
v2/guides/overview/error-codes.mdx.
Summary
Add error code 30030 (token deposit/withdrawal suspended) to the EN and CN error-code reference tables. Also fixes a pre-existing autosweep navigation slug typo in
docs.json.Changed files
snippets/error-codes.mdx— inserted 30030 row in numeric ordersnippets/error-codes-cn.mdx— CN mirror of the abovedocs.json— corrected autosweep slugcancel-auto-sweep-task-by-id→cancel-auto-sweep-task