Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions snippets/error-codes-cn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
| 30013 | 余额不足以支付所需的交易费用。 | 确保源地址有足够的余额支付交易费用。 |
| 30014 | 目标地址无效。 | 提供有效的目标地址。 |
| 30023 | (此错误仅适用于交易所钱包)交易账户类型无效。 | 提供有效的交易账户类型。 |
| 30030 | 该代币当前处于暂停状态,无法执行充币或提币操作。 | 这是 Cobo 侧的临时暂停,您无法直接更改。订阅 `token.suspended.deposit` 和 `token.suspended.withdraw` [Webhook 事件](/v2_cn/guides/webhooks-callbacks/webhook-event-type) 以跟踪被暂停的代币,并在暂停解除后重试该操作。 |

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个时候用户应该怎么做?是不是要联系 cobo?

| 30032 | (此错误仅适用于 MPC 钱包)无效的私钥分片持有者组。 | 检查是否已配置有效的主控组或签名组。 |
| 60010 | 指定的代币尚未为此团队启用。 | 为您的团队启用该代币。 |

Expand Down
1 change: 1 addition & 0 deletions snippets/error-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down