比原链Bytom错误码一览
2019獨(dú)角獸企業(yè)重金招聘Python工程師標(biāo)準(zhǔn)>>>
0XX API錯(cuò)誤
BTM000", "Bytom API Error" 非比原標(biāo)準(zhǔn)錯(cuò)誤
BTM001", "Request timed out" API請求超時(shí)
BTM002", "Invalid request body" 非法的API請求體
1XX為網(wǎng)絡(luò)錯(cuò)誤
BTM103", "A peer core is operating on a different blockchain network" 區(qū)塊鏈網(wǎng)絡(luò)類型不匹配
2xx是簽名相關(guān)的錯(cuò)誤
BTM200 :"Quorum must be greater than 1 and less than or equal to the length of xpubs“
需要簽名的個(gè)數(shù)超過實(shí)際需求簽名的個(gè)數(shù)
BTM201 :”Invalid xpub format" 簽名格式錯(cuò)誤
BTM202 :"At least one xpub is required" 缺少主公鑰
BTM204 : "Root XPubs cannot contain the same key more than once" 主公鑰重復(fù)
7XX為交易相關(guān)的錯(cuò)誤
72X - 73X 構(gòu)建交易錯(cuò)誤
BTM700 : "Funds of account are insufficient" 資產(chǎn)余額不足
BTM701 : "Available funds of account are immature" coinbase交易未成熟,幣不可花費(fèi)
BTM702 : "Available UTXOs of account have been reserved 資產(chǎn)被鎖定五分鐘,不可花費(fèi)(一般密碼輸入錯(cuò)誤會(huì)產(chǎn)生)
BTM703 : "Not found UTXO with given hash" UTXO不屬于當(dāng)前錢包
BTM704 : "Invalid action type" action類型不存在
BTM705 : "Invalid action object" action輸入內(nèi)容錯(cuò)誤
BTM706 : "Invalid action construction" action結(jié)構(gòu)錯(cuò)誤(只有輸入或者只有輸出)
BTM707 : "One or more fields are missing" action輸入內(nèi)容缺失
BTM708 : "Invalid asset amount" 資產(chǎn)數(shù)量格式錯(cuò)誤(超過最大數(shù)量)
BTM709 : "Not found account" 賬戶不存在
BTM710 : "Not found asset" 資產(chǎn)不存在
73X - 75X 驗(yàn)證交易錯(cuò)誤
BTM730 :"Invalid transaction version" 交易版本不對
BTM731 :"Invalid transaction size" 交易大小不能為0
BTM732 :"Invalid transaction time range" 超出交易時(shí)間范圍,用于將停留時(shí)間過久的未確認(rèn)交易作廢
BTM733 : "Not standard transaction" 不是標(biāo)準(zhǔn)的交易,使用合約地址接受BTM時(shí)報(bào)錯(cuò)
BTM734 : "Invalid coinbase transaction" 非法coinbase交易
BTM735 : "Invalid coinbase assetID" 非法的coinbase資產(chǎn)ID
BTM736 : "Invalid coinbase arbitrary size" coinbase尺寸過大,附加數(shù)據(jù)超過一定限制
BTM737 : "No results in the transaction" 交易action hash缺失
BTM738 : "Mismatched assetID" 不匹配的資產(chǎn)ID,發(fā)布資產(chǎn)時(shí)資產(chǎn)ID錯(cuò)誤
BTM739 : "Mismatched value source/dest position" 不匹配的action位置
BTM740 : "Mismatched reference" 不匹配的引用
BTM741 : "Mismatched value" 不匹配的值,action的資產(chǎn)值不匹配
BTM742 : "Missing required field" 不匹配的字段,action輸入的資產(chǎn)值類型不匹配
BTM743 : "No source for value" 輸入源不存在
BTM744 : "Arithmetic overflow/underflow" 計(jì)算溢出,資產(chǎn)計(jì)算值超出限制
BTM745 : "Invalid source or destination position" action位置不匹配
BTM746 : "Unbalanced asset amount between input and output" 輸入輸出非BTM資產(chǎn)總量不平衡
BTM747 : "Gas credit has been spent" UTXO數(shù)量超過上限(當(dāng)前為21個(gè))
BTM748 : "Gas usage calculate got a math error" Gas運(yùn)算錯(cuò)誤
76X - 78X 虛擬機(jī)錯(cuò)誤
BTM760 :"Alt stack underflow" 子虛擬機(jī)棧溢出
BTM761 : "Bad value" 非法棧數(shù)據(jù)
BTM762 : "Wrong context" context值錯(cuò)誤,context為虛擬機(jī)執(zhí)行上下文
BTM763 : "Data stack underflow" 虛擬機(jī)數(shù)據(jù)溢出
BTM764 : "Disallowed opcode" 虛擬機(jī)指令不存在
BTM765 : "Division by zero" 除零錯(cuò)誤
BTM766 : "False result for executing VM" 虛擬機(jī)執(zhí)行結(jié)果為Fasle
BTM767 : "Program size exceeds max int32" 合約的字節(jié)大小超過int32上限
BTM768 : "Arithmetic range error" 計(jì)算出錯(cuò)
BTM769 : "RETURN executed" 執(zhí)行opfail指令返回的結(jié)果
BTM770 : "Run limit exceeded because the BTM Fee is insufficient" Gas費(fèi)用不足,引起合約終止
BTM771 : "Unexpected end of program" 合約程序參數(shù)輸入錯(cuò)誤
BTM772 : "Unrecognized token" 不識別的虛擬機(jī)指令數(shù)據(jù)
BTM773 : "Unexpected error" 異常錯(cuò)誤
BTM774 : "Unsupported VM because the version of VM is mismatched" 虛擬機(jī)版本不匹配
BTM775 : "VERIFY failed" verify指令執(zhí)行失敗
8XX 為HSM相關(guān)錯(cuò)誤
BTM800 :"Key Alias already exists" 密鑰別名重復(fù)
BTM801 :"Invalid after in query" 此錯(cuò)誤已廢棄
BTM802 : "Key not found or wrong password" 密鑰不存在或者密碼錯(cuò)誤
BTM803 : "Requested key aliases exceeds limit" 此錯(cuò)誤已廢棄
BTM804 :"Could not decrypt key with given passphrase" 解密流程失敗
BTM860", "Request could not be authenticated" access token錯(cuò)誤
轉(zhuǎn)載于:https://my.oschina.net/u/3886279/blog/2873335
總結(jié)
以上是生活随笔為你收集整理的比原链Bytom错误码一览的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 玩转 Redis 集群之 Sentine
- 下一篇: 专访网易云:数字企业九层之台,起于“全栈