Conversation
Contributor
|
英文版也需要更新下。 |
yangjie01
reviewed
Dec 21, 2018
| | [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. | |
There was a problem hiding this comment.
assure the transfer amount is higher than 0, and precision of it should be consistent with format of the symbol.
yangjie01
reviewed
Dec 21, 2018
| | [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. | |
There was a problem hiding this comment.
not enough funds in account to start the processing of the request
Contributor
|
感谢大佬审阅。
yangjie01 <notifications@github.com> 於 2018年12月21日 週五 上午11:03 寫道:
… ***@***.**** commented on this pull request.
------------------------------
In README.md
<#10 (comment)>
:
> +
+| Error Code | Description | suggestions |
+| ------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Err]SameWalletAddress | (from地址与to地址相同) the `from` address is equals the to the `to` address | don't do this. |
+| [Err]AddressMismatchedApp | (地址与app不匹配) the address is not belonging to the App | make sure that you are using a proper address of your account. |
+| [Err]FromAndToNotBelonging | (from和to地址都不是dabank管理的地址) both `from` address and `to` address are not being managed by DABank. | (from和to地址至少得有一个是被dabank管理着的) at least one of the addresses must be managed by DABank. |
+| [Err]ServiceInternalError | server internal error | |
+| [Err]BadRequest | invalid parameter | (根据详细错误信息检查请求参数) see the response data of `err_info` |
+| [Err]Unauthorized | unauthorized | (检查鉴权所需参数是否正确设置) check the credential parameters. |
+| [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. |
+| [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. |
not enough funds in account to start the processing of the request
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#10 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHxA3BV2HavKAThO84TXRUrWcvbs73Owks5u7E9rgaJpZM4ZZsxG>
.
|
bigzhu
approved these changes
Feb 1, 2019
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.
No description provided.