本文集彙總了EOS區塊鏈常見錯誤代碼及其含義,完整錯誤代碼集請查看EOS錯誤代碼集 - 匯智網數據庫
EOS錯誤代碼列表以下:緩存
錯誤代碼 | 錯誤信息 | 中文含義 |
---|---|---|
3000000 | blockchain exception | 區塊鏈異常 |
3010000 | chain type exception | 鏈類型異常 |
3010001 | Invalid name | 無效的名稱 |
3010002 | Invalid public key | 無效的公鑰 |
3010003 | Invalid private key | 無效的私鑰 |
3010004 | Invalid authority | 無效的受權 |
3010005 | Invalid action | 無效的動做 |
3010006 | Invalid transaction | 無效的交易 |
3010007 | Invalid ABI | 無效的ABI |
3010008 | Invalid block ID | 無效的區塊ID |
3010009 | Invalid transaction ID | 無效的交易ID |
3010010 | Invalid packed transaction | 無效的打包交易 |
3010011 | Invalid asset | 無效的資產 |
3010012 | Invalid chain ID | 無效的鏈ID |
3010013 | Invalid fixed key | 無效的固定密鑰 |
3010014 | Invalid symbol | 無效的代幣符號 |
3015000 | ABI exception | ABI異常 |
3015001 | No ABI found | 沒有找到ABI |
3015002 | Invalid Ricardian Clause | 無效的李嘉圖語句 |
3015003 | Invalid Ricardian Action | 無效的李嘉圖動做 |
3015004 | The type defined in the ABI is invalid | ABI中定義的類型無效 |
3015005 | Duplicate type definition in the ABI | ABI中存在重複定義的類型 |
3015006 | Duplicate struct definition in the ABI | ABI中存在重複定義的結構 |
3015007 | Duplicate action definition in the ABI | ABI中存在重複定義的動做 |
3015008 | Duplicate table definition in the ABI | ABI中存在重複定義的數據表 |
3015009 | Duplicate error message definition in the ABI | ABI中存在重複定義的錯誤信息 |
3015010 | ABI serialization time has exceeded the deadline | ABI序列化時間超過截止值 |
3015011 | ABI recursive definition has exceeded the max recursion depth | ABI中的遞歸定義超過最大容許深度 |
3015012 | Circular definition is detected in the ABI | ABI中檢測到循環定義 |
3015013 | Unpack data exception | 解包數據發生異常 |
3015014 | Pack data exception | 打包數據發生異常 |
3015015 | Duplicate variant definition in the ABI | ABI中存在重複定義的變量 |
3015016 | ABI has an unsupported version | 不支持的ABI版本 |
3020000 | Fork database exception | 分叉數據庫異常 |
3020001 | Block can not be found | 找不到區塊 |
3030000 | Block exception | 區塊異常 |
3030001 | Unlinkable block | 沒法連接的區塊 |
3030002 | Transaction outputs in block do not match transaction outputs from applying block | 指定區塊與待應用區塊中的交易輸出不匹配 |
3030003 | Block does not guarantee concurrent execution without conflicts | 區塊不能保證無衝突併發執行 |
3030004 | Shard locks in block are incorrect or mal-formed | 區塊的分片鎖不正確或格式錯誤 |
3030005 | Block exhausted allowed resources | 區塊已耗盡許可的資源 |
3030006 | Block is too old to push | 區塊太陳舊,沒法提交 |
3030007 | Block is from the future | 區塊時間過早 |
3030008 | Block is not signed with expected key | 區塊簽名與密鑰不一致 |
3030009 | Block is not signed by expected producer | 區塊簽名與出塊人不一致 |
3040000 | Transaction exception | 交易異常 |
3040001 | Error decompressing transaction | 解壓交易失敗 |
3040002 | Transaction should have at least one normal action | 交易至少應當包含一個常規動做 |
3040003 | Transaction should have at least one required authority | 交易至少應當包含一個受權 |
3040004 | Context-free action should have no required authority | 上下文無關動做不該當包含受權 |
3040005 | Expired Transaction | 超時的交易 |
3040006 | Transaction Expiration Too Far | 交易超時太久 |
3040007 | Invalid Reference Block | 無效的參考塊 |
3040008 | Duplicate transaction | 重複的交易 |
3040009 | Duplicate deferred transaction | 重複的延遲交易 |
3040010 | Context free action is not allowed inside generated transaction | 在生成的交易中不容許出現上下文無關動做 |
3040011 | The transaction can not be found | 交易找不到 |
3040012 | Pushing too many transactions at once | 同時提交過多的交易 |
3040013 | Transaction is too big | 交易過大 |
3040014 | Unknown transaction compression | 未知的交易壓縮方式 |
3050000 | Action validate exception | 動做驗證異常 |
3050001 | Account name already exists | 帳號名已經存在 |
3050002 | Invalid Action Arguments | 無效的動做參數 |
3050003 | eosio_assert_message assertion failure | 消息條件驗證失敗 |
3050004 | eosio_assert_code assertion failure | 代碼條件驗證失敗 |
3050005 | Action can not be found | 找不到動做 |
3050006 | Mismatch between action data and its struct | 動做數據和結構定義不匹配 |
3050007 | Attempt to use unaccessible API | 試圖訪問不準可的API |
3050008 | Abort Called | 停止被調用 |
3050009 | Inline Action exceeds maximum size limit | 內聯動做超過容許的最大尺寸 |
3060000 | Database exception | 數據庫異常 |
3060001 | Permission Query Exception | 許可查詢異常 |
3060002 | Account Query Exception | 帳號查詢異常 |
3060003 | Contract Table Query Exception | 合約數據表查詢異常 |
3060004 | Contract Query Exception | 合約查詢異常 |
3060100 | Guard Exception | 保護性異常 |
3060101 | Database usage is at unsafe levels | 數據庫利用處於不安全等級 |
3060102 | Reversible block log usage is at unsafe levels | 可逆塊日誌利用處於不安全等級 |
3070000 | WASM Exception | WASM異常 |
3070001 | Error in WASM page memory | WASM內存頁錯誤 |
3070002 | Runtime Error Processing WASM | 處理WASM時發生運行時錯誤 |
3070003 | Serialization Error Processing WASM | 處理WASM時發生序列化錯誤 |
3070004 | memcpy with overlapping memory | 內存拷貝時發生地址重疊 |
3070005 | binaryen exception | binaryen異常 |
3080000 | Resource exhausted exception | 資源耗盡異常 |
3080001 | Account using more than allotted RAM usage | 帳號使用的內存超限 |
3080002 | Transaction exceeded the current network usage limit imposed on the transaction | 交易網絡佔用超限 |
3080003 | Transaction network usage is too much for the remaining allowable usage of the current block | 交易網絡佔用太高 |
3080004 | Transaction exceeded the current CPU usage limit imposed on the transaction | 交易CPU佔用超限 |
3080005 | Transaction CPU usage is too much for the remaining allowable usage of the current block | 交易CPU佔用太高 |
3080006 | Transaction took too long | 交易用時過長 |
3080007 | Transaction exceeded the current greylisted account network usage limit | 交易超過當前灰名單帳號的網絡用量上限 |
3080008 | Transaction exceeded the current greylisted account CPU usage limit | 交易超過當前灰名單帳號的CPU用量上限 |
3081001 | Transaction reached the deadline set due to leeway on account CPU limits | 因爲帳號CPU限制,交易已經達到截止區 |
3090000 | Authorization exception | 受權異常 |
3090001 | Duplicate signature included | 包含重複的簽名 |
3090002 | Irrelevant signature included | 包含不相關的簽名 |
3090003 | Provided keys, permissions, and delays do not satisfy declared authorizations | 提供的密鑰、許可和延時不能知足聲稱的受權 |
3090004 | Missing required authority | 受權丟失 |
3090005 | Irrelevant authority included | 包含不相關的受權 |
3090006 | Insufficient delay | 延時不足 |
3090007 | Invalid Permission | 許可無效 |
3090008 | The action is not allowed to be linked with minimum permission | 不容許該動做連接到最小許可 |
3090009 | The parent permission is invalid | 父級許可無效 |
3100000 | Miscellaneous exception | 其餘異常 |
3100001 | Internal state is no longer consistent | 內部狀態不一致 |
3100002 | Unknown block | 未知區塊 |
3100003 | Unknown transaction | 未知交易 |
3100004 | Corrupted reversible block database was fixed | 被破壞的可逆區塊數據庫已修復 |
3100005 | Extracted genesis state from blocks.log | 從區塊日誌中提取的創世狀態 |
3100006 | Subjective exception thrown during block production | 出塊時拋出異常 |
3100007 | Multiple voter info detected | 檢測到多個投票人信息 |
3100008 | Feature is currently unsupported | 當前不支持的特性 |
3100009 | Node management operation successfully executed | 結果管理操做執行成功 |
3110000 | Plugin exception | 插件異常 |
3110001 | Missing Chain API Plugin | Chain API插件丟失 |
3110002 | Missing Wallet API Plugin | Wallet API插件丟失 |
3110003 | Missing History API Plugin | History API插件丟失 |
3110004 | Missing Net API Plugin | Net API插件丟失 |
3110005 | Missing Chain Plugin | Chain插件丟失 |
3110006 | Incorrect plugin configuration | 插件配置不正確 |
3120000 | Wallet exception | 錢包異常 |
3120001 | Wallet already exists | 錢包已經存在 |
3120002 | Nonexistent wallet | 錢包不存在 |
3120003 | Locked wallet | 已鎖定的錢包 |
3120004 | Missing public key | 公鑰丟失 |
3120005 | Invalid wallet password | 無效的錢包密碼 |
3120006 | No available wallet | 沒有有效的錢包 |
3120007 | Already unlocked | 已經解鎖 |
3120008 | Key already exists | 密鑰已經存在 |
3120009 | Nonexistent key | 不存在的密鑰 |
3120010 | Unsupported key type | 不支持的密鑰類型 |
3120011 | Wallet lock timeout is invalid | 錢包鎖定超時無效 |
3120012 | Secure Enclave Exception | 安全專區異常 |
3130000 | Actor or contract whitelist/blacklist exception | 執行人或合約白名單/黑名單異常 |
3130001 | Authorizing actor of transaction is not on the whitelist | 交易的受權執行人不在白名單中 |
3130002 | Authorizing actor of transaction is on the blacklist | 交易的受權執行人在黑名單中 |
3130003 | Contract to execute is not on the whitelist | 要執行的合約不在白名單中 |
3130004 | Contract to execute is on the blacklist | 要執行的合約在黑名單中 |
3130005 | Action to execute is on the blacklist | 要執行的動做在黑名單中 |
3130006 | Public key in authority is on the blacklist | 受權中的公鑰在黑名單中 |
3140000 | Exceptions that are allowed to bubble out of emit calls in controller | 控制器異常 |
3140001 | Block does not match checkpoint | 區塊與檢查點不匹配 |
3160000 | Contract exception | 合約異常 |
3160001 | The payer of the table data is invalid | 表數據支付帳號無效 |
3160002 | Table access violation | 數據表訪問違規 |
3160003 | Invalid table iterator | 無效的數據表迭代器 |
3160004 | Table can not be found inside the cache | 緩存中找不到指定的數據表 |
3160005 | The table operation is not allowed | 不容許數據表操做 |
3160006 | Invalid contract vm type | 無效的合約虛擬機類型 |
3160007 | Invalid contract vm version | 無效的合約虛擬機版本 |
3160008 | Contract is already running this version of code | 合約已經在運行這個版本的代碼 |
3160009 | No wast file found | ,沒有找到wast文件 |
3160010 | No abi file found | 沒有找到abi文件 |
3170000 | Producer exception | 出塊人異常 |
3170001 | Producer private key is not available | 出塊人私鑰無效 |
3170002 | Pending block state is missing | 待定區塊狀態丟失 |
3170003 | Producer is double confirming known range | 出塊人雙重確認 |
3170004 | Producer schedule exception | 出塊人調度計劃異常 |
3170006 | The producer is not part of current schedule | 出塊人不屬於當前安排計劃 |
3170007 | The configured snapshot directory does not exist | 配置的快照目錄不存在 |
3170008 | The requested snapshot already exists | 請求的快照已經存在 |
3180000 | Reversible Blocks exception | 可逆區塊異常 |
3180001 | Invalid reversible blocks directory | 無效的可逆區塊目錄 |
3180002 | Backup directory for reversible blocks already existg | 可逆塊的備份目錄已存在 |
3180003 | Gap in the reversible blocks database | 不連續的可逆區塊數據庫 |
3190000 | Block log exception | 區塊日誌異常 |
3190001 | unsupported version of block log | 不支持的區塊日誌版本 |
3190002 | fail to append block to the block log | 向區塊日誌添加區塊時失敗 |
3190003 | block log can not be found | 找不到區塊日誌 |
3190004 | block log backup dir already exists | 區塊日誌備份目錄已存在 |
3200000 | http exception | http異常 |
3200001 | invalid http client root certificate | 無效的http客戶端證書 |
3200002 | invalid http response | 無效的http請求 |
3200003 | service resolved to multiple ports | 服務對應多個端口 |
3200004 | fail to resolve host | 解析主機名失敗 |
3200005 | http request fail | http請求失敗 |
3200006 | invalid http request | 無效的http請求 |
3210000 | Resource limit exception | 資源限制異常 |
3220000 | Mongo DB exception | MongoDB異常 |
3220001 | Fail to insert new data to Mongo DB | MongoDB插入數據失敗 |
3220002 | Fail to update existing data in Mongo DB | MongoDB更新數據失敗 |
3230000 | Contract API exception | 合約API異常 |
3230001 | Crypto API Exception | 密碼學API異常 |
3230002 | Database API Exception | 數據庫API異常 |
3230003 | Arithmetic Exception | 算術異常 |
3240000 | Snapshot exception | 快照異常 |
3240001 | Snapshot Validation Exception | 快照驗證異常 |
若是你但願接下來繼續深刻高效地學習EOS區塊鏈開發,推薦看看這個課程:EOS智能合約與DApp開發入門,相信你會有不少收穫。安全
匯智網翻譯整理,轉載請標明出處。網絡