Skip to content

Comments

增加中文版api的错误码列表#10

Open
oeohomos wants to merge 5 commits intomasterfrom
oeohomos
Open

增加中文版api的错误码列表#10
oeohomos wants to merge 5 commits intomasterfrom
oeohomos

Conversation

@oeohomos
Copy link
Contributor

No description provided.

@oeohomos oeohomos requested a review from nanmu42 December 19, 2018 07:46
@nanmu42
Copy link
Contributor

nanmu42 commented Dec 20, 2018

英文版也需要更新下。

@oeohomos oeohomos requested a review from yangjie01 December 20, 2018 05:42
| [Err]UnsupportedSymbol | (不支持该Symbol) unsupported symbol | (停止该币种的支持) you should stop supporting this symbol. |
| [Err]BannedSymbol | (symbol已临时禁用) the symbol is banned temporarily | (暂时停止该币种的支持) you should stop supporting this symbol temporarily. |
| [Err]MalformedAddress | invalid address | (检查请求参数中的地址是否正确。) check the address in parameters according to the address rules of the symbol. |
| [Err]ErrIncorrectTransferAmount | invalid amount | (确保交易金额大于0;精度要符合对应币种的规格。) check if the transfer amount is greater than 0, and it is formated with the proper precision according to the symbol. |

Choose a reason for hiding this comment

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

assure the transfer amount is higher than 0, and precision of it should be consistent with format of the symbol.

| [Err]ErrIncorrectTransferAmount | invalid amount | (确保交易金额大于0;精度要符合对应币种的规格。) check if the transfer amount is greater than 0, and it is formated with the proper precision according to the symbol. |
| [Err]OverDailyWithdrawalLimit | (超过每日提币限制) over daily withdrawal limit | |
| [Err]AcctNotFound | account not found | (检查参数中的地址是否与交易涉及的账户的地址匹配) check the address according to the entailed account. |
| [Err]InsufficientBalance | (账户余额不足) not enough funds in account to kick off the processing of the request | make sure that your account have enough funds. |

Choose a reason for hiding this comment

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

not enough funds in account to start the processing of the request

@nanmu42
Copy link
Contributor

nanmu42 commented Dec 21, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants