From 91de803d36167d650e23a58a7a9dd717cc459e02 Mon Sep 17 00:00:00 2001 From: rcsh <163504257+rcsh1@users.noreply.github.com> Date: Thu, 18 Jun 2026 11:04:50 +0800 Subject: [PATCH] docs: add error code 30030 (token suspended) to WaaS 2.0 error code reference --- docs.json | 2 +- snippets/error-codes-cn.mdx | 1 + snippets/error-codes.mdx | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index d76c3113..1a4b188e 100644 --- a/docs.json +++ b/docs.json @@ -343,7 +343,7 @@ "v2/api-references/autosweep/create-auto-sweep-task", "v2/api-references/autosweep/list-auto-sweep-tasks", "v2/api-references/autosweep/get-auto-sweep-task-details", - "v2/api-references/autosweep/cancel-auto-sweep-task-by-id" + "v2/api-references/autosweep/cancel-auto-sweep-task" ] }, { diff --git a/snippets/error-codes-cn.mdx b/snippets/error-codes-cn.mdx index dbe15e49..2cdcf0c1 100644 --- a/snippets/error-codes-cn.mdx +++ b/snippets/error-codes-cn.mdx @@ -29,6 +29,7 @@ | 30013 | 余额不足以支付所需的交易费用。 | 确保源地址有足够的余额支付交易费用。 | | 30014 | 目标地址无效。 | 提供有效的目标地址。 | | 30023 | (此错误仅适用于交易所钱包)交易账户类型无效。 | 提供有效的交易账户类型。 | +| 30030 | 该代币当前处于暂停状态,无法执行充币或提币操作。 | 这是 Cobo 侧的临时暂停,您无法直接更改。订阅 `token.suspended.deposit` 和 `token.suspended.withdraw` [Webhook 事件](/v2_cn/guides/webhooks-callbacks/webhook-event-type) 以跟踪被暂停的代币,并在暂停解除后重试该操作。 | | 30032 | (此错误仅适用于 MPC 钱包)无效的私钥分片持有者组。 | 检查是否已配置有效的主控组或签名组。 | | 60010 | 指定的代币尚未为此团队启用。 | 为您的团队启用该代币。 | diff --git a/snippets/error-codes.mdx b/snippets/error-codes.mdx index f69d8555..ba0c71c1 100644 --- a/snippets/error-codes.mdx +++ b/snippets/error-codes.mdx @@ -27,6 +27,7 @@ This article explains the common error codes and HTTP status codes you may encou | 30013 | Insufficient balance to cover the required transaction fee. | Ensure the source address has enough balance to cover transaction fees. | | 30014 | The destination address is invalid. | Provide a valid destination address. | | 30023 | (This error only applies to Exchange Wallets) Invalid trading account type. | Provide a valid trading account type. | +| 30030 | The deposit or withdrawal operation cannot proceed because this token is currently in a suspended state. | This is a temporary, Cobo-side suspension that you cannot change directly. Subscribe to the `token.suspended.deposit` and `token.suspended.withdraw` [webhook events](/v2/guides/webhooks-callbacks/webhook-event-type) to track which tokens are suspended, and retry the operation after the suspension is lifted. | | 30032 | (This error only applies to MPC Wallets) Invalid key share holder group. | Check if a valid Main Group or Signing Group has been configured. | | 60010 | The specified token has not been enabled for this organization. | Enable the token for your organization. |