EOS错误代码及EOS问题集

本文集汇总了EOS区块链常见错误代码及其含义,完整错误代码集请查看EOS错误代码集 - 汇智网

EOS错误代码列表如下,

错误代码错误信息中文含义
3000000blockchain exception区块链异常
3010000chain type exception链类型异常
3010001Invalid name无效的名称
3010002Invalid public key无效的公钥
3010003Invalid private key无效的私钥
3010004Invalid authority无效的授权
3010005Invalid action无效的动作
3010006Invalid transaction无效的交易
3010007Invalid ABI无效的ABI
3010008Invalid block ID无效的区块ID
3010009Invalid transaction ID无效的交易ID
3010010Invalid packed transaction无效的打包交易
3010011Invalid asset无效的资产
3010012Invalid chain ID无效的链ID
3010013Invalid fixed key无效的固定密钥
3010014Invalid symbol无效的代币符号
3015000ABI exceptionABI异常
3015001No ABI found没有找到ABI
3015002Invalid Ricardian Clause无效的李嘉图语句
3015003Invalid Ricardian Action无效的李嘉图动作
3015004The type defined in the ABI is invalidABI中定义的类型无效
3015005Duplicate type definition in the ABIABI中存在重复定义的类型
3015006Duplicate struct definition in the ABIABI中存在重复定义的结构
3015007Duplicate action definition in the ABIABI中存在重复定义的动作
3015008Duplicate table definition in the ABIABI中存在重复定义的数据表
3015009Duplicate error message definition in the ABIABI中存在重复定义的错误信息
3015010ABI serialization time has exceeded the deadlineABI序列化时间超过截止值
3015011ABI recursive definition has exceeded the max recursion depthABI中的递归定义超过最大允许深度
3015012Circular definition is detected in the ABIABI中检测到循环定义
3015013Unpack data exception解包数据发生异常
3015014Pack data exception打包数据发生异常
3015015Duplicate variant definition in the ABIABI中存在重复定义的变量
3015016ABI has an unsupported version不支持的ABI版本
3020000Fork database exception分叉数据库异常
3020001Block can not be found找不到区块
3030000Block exception区块异常
3030001Unlinkable block无法链接的区块
3030002Transaction outputs in block do not match transaction outputs from applying block指定区块与待应用区块中的交易输出不匹配
3030003Block does not guarantee concurrent execution without conflicts区块不能保证无冲突并发执行
3030004Shard locks in block are incorrect or mal-formed区块的分片锁不正确或格式错误
3030005Block exhausted allowed resources区块已耗尽许可的资源
3030006Block is too old to push区块太陈旧,无法提交
3030007Block is from the future区块时间过早
3030008Block is not signed with expected key区块签名与密钥不一致
3030009Block is not signed by expected producer区块签名与出块人不一致
3040000Transaction exception交易异常
3040001Error decompressing transaction解压交易失败
3040002Transaction should have at least one normal action交易至少应当包含一个常规动作
3040003Transaction should have at least one required authority交易至少应当包含一个授权
3040004Context-free action should have no required authority上下文无关动作不应当包含授权
3040005Expired Transaction超时的交易
3040006Transaction Expiration Too Far交易超时过久
3040007Invalid Reference Block无效的参考块
3040008Duplicate transaction重复的交易
3040009Duplicate deferred transaction重复的延迟交易
3040010Context free action is not allowed inside generated transaction在生成的交易中不允许出现上下文无关动作
3040011The transaction can not be found交易找不到
3040012Pushing too many transactions at once同时提交过多的交易
3040013Transaction is too big交易过大
3040014Unknown transaction compression未知的交易压缩方式
3050000Action validate exception动作验证异常
3050001Account name already exists账号名已经存在
3050002Invalid Action Arguments无效的动作参数
3050003eosio_assert_message assertion failure消息条件验证失败
3050004eosio_assert_code assertion failure代码条件验证失败
3050005Action can not be found找不到动作
3050006Mismatch between action data and its struct动作数据和结构定义不匹配
3050007Attempt to use unaccessible API试图访问不许可的API
3050008Abort Called中止被调用
3050009Inline Action exceeds maximum size limit内联动作超过允许的最大尺寸
3060000Database exception数据库异常
3060001Permission Query Exception许可查询异常
3060002Account Query Exception账号查询异常
3060003Contract Table Query Exception合约数据表查询异常
3060004Contract Query Exception合约查询异常
3060100Guard Exception保护性异常
3060101Database usage is at unsafe levels数据库利用处于不安全等级
3060102Reversible block log usage is at unsafe levels可逆块日志利用处于不安全等级
3070000WASM ExceptionWASM异常
3070001Error in WASM page memoryWASM内存页错误
3070002Runtime Error Processing WASM处理WASM时发生运行时错误
3070003Serialization Error Processing WASM处理WASM时发生序列化错误
3070004memcpy with overlapping memory内存拷贝时发生地址重叠
3070005binaryen exceptionbinaryen异常
3080000Resource exhausted exception资源耗尽异常
3080001Account using more than allotted RAM usage账号使用的内存超限
3080002Transaction exceeded the current network usage limit imposed on the transaction交易网络占用超限
3080003Transaction network usage is too much for the remaining allowable usage of the current block交易网络占用过高
3080004Transaction exceeded the current CPU usage limit imposed on the transaction交易CPU占用超限
3080005Transaction CPU usage is too much for the remaining allowable usage of the current block交易CPU占用过高
3080006Transaction took too long交易用时过长
3080007Transaction exceeded the current greylisted account network usage limit交易超过当前灰名单账号的网络用量上限
3080008Transaction exceeded the current greylisted account CPU usage limit交易超过当前灰名单账号的CPU用量上限
3081001Transaction reached the deadline set due to leeway on account CPU limits由于账号CPU限制,交易已经达到截止区
3090000Authorization exception授权异常
3090001Duplicate signature included包含重复的签名
3090002Irrelevant signature included包含不相关的签名
3090003Provided keys, permissions, and delays do not satisfy declared authorizations提供的密钥、许可和延时不能满足声称的授权
3090004Missing required authority授权丢失
3090005Irrelevant authority included包含不相关的授权
3090006Insufficient delay延时不足
3090007Invalid Permission许可无效
3090008The action is not allowed to be linked with minimum permission不允许该动作链接到最小许可
3090009The parent permission is invalid父级许可无效
3100000Miscellaneous exception其他异常
3100001Internal state is no longer consistent内部状态不一致
3100002Unknown block未知区块
3100003Unknown transaction未知交易
3100004Corrupted reversible block database was fixed被破坏的可逆区块数据库已修复
3100005Extracted genesis state from blocks.log从区块日志中提取的创世状态
3100006Subjective exception thrown during block production出块时抛出异常
3100007Multiple voter info detected检测到多个投票人信息
3100008Feature is currently unsupported当前不支持的特性
3100009Node management operation successfully executed结果管理操作执行成功
3110000Plugin exception插件异常
3110001Missing Chain API PluginChain API插件丢失
3110002Missing Wallet API PluginWallet API插件丢失
3110003Missing History API PluginHistory API插件丢失
3110004Missing Net API PluginNet API插件丢失
3110005Missing Chain PluginChain插件丢失
3110006Incorrect plugin configuration插件配置不正确
3120000Wallet exception钱包异常
3120001Wallet already exists钱包已经存在
3120002Nonexistent wallet钱包不存在
3120003Locked wallet已锁定的钱包
3120004Missing public key公钥丢失
3120005Invalid wallet password无效的钱包密码
3120006No available wallet没有有效的钱包
3120007Already unlocked已经解锁
3120008Key already exists密钥已经存在
3120009Nonexistent key不存在的密钥
3120010Unsupported key type不支持的密钥类型
3120011Wallet lock timeout is invalid钱包锁定超时无效
3120012Secure Enclave Exception安全专区异常
3130000Actor or contract whitelist/blacklist exception执行人或合约白名单/黑名单异常
3130001Authorizing actor of transaction is not on the whitelist交易的授权执行人不在白名单中
3130002Authorizing actor of transaction is on the blacklist交易的授权执行人在黑名单中
3130003Contract to execute is not on the whitelist要执行的合约不在白名单中
3130004Contract to execute is on the blacklist要执行的合约在黑名单中
3130005Action to execute is on the blacklist要执行的动作在黑名单中
3130006Public key in authority is on the blacklist授权中的公钥在黑名单中
3140000Exceptions that are allowed to bubble out of emit calls in controller控制器异常
3140001Block does not match checkpoint区块与检查点不匹配
3160000Contract exception合约异常
3160001The payer of the table data is invalid表数据支付账号无效
3160002Table access violation数据表访问违规
3160003Invalid table iterator无效的数据表迭代器
3160004Table can not be found inside the cache缓存中找不到指定的数据表
3160005The table operation is not allowed不允许数据表操作
3160006Invalid contract vm type无效的合约虚拟机类型
3160007Invalid contract vm version无效的合约虚拟机版本
3160008Contract is already running this version of code合约已经在运行这个版本的代码
3160009No wast file found,没有找到wast文件
3160010No abi file found没有找到abi文件
3170000Producer exception出块人异常
3170001Producer private key is not available出块人私钥无效
3170002Pending block state is missing待定区块状态丢失
3170003Producer is double confirming known range出块人双重确认
3170004Producer schedule exception出块人调度计划异常
3170006The producer is not part of current schedule出块人不属于当前安排计划
3170007The configured snapshot directory does not exist配置的快照目录不存在
3170008The requested snapshot already exists请求的快照已经存在
3180000Reversible Blocks exception可逆区块异常
3180001Invalid reversible blocks directory无效的可逆区块目录
3180002Backup directory for reversible blocks already existg可逆块的备份目录已存在
3180003Gap in the reversible blocks database不连续的可逆区块数据库
3190000Block log exception区块日志异常
3190001unsupported version of block log不支持的区块日志版本
3190002fail to append block to the block log向区块日志添加区块时失败
3190003block log can not be found找不到区块日志
3190004block log backup dir already exists区块日志备份目录已存在
3200000http exceptionhttp异常
3200001invalid http client root certificate无效的http客户端证书
3200002invalid http response无效的http请求
3200003service resolved to multiple ports服务对应多个端口
3200004fail to resolve host解析主机名失败
3200005http request failhttp请求失败
3200006invalid http request无效的http请求
3210000Resource limit exception资源限制异常
3220000Mongo DB exceptionMongoDB异常
3220001Fail to insert new data to Mongo DBMongoDB插入数据失败
3220002Fail to update existing data in Mongo DBMongoDB更新数据失败
3230000Contract API exception合约API异常
3230001Crypto API Exception密码学API异常
3230002Database API Exception数据库API异常
3230003Arithmetic Exception算术异常
3240000Snapshot exception快照异常
3240001Snapshot Validation Exception快照验证异常

如果你希望接下来继续深入高效地学习EOS区块链开发,推荐看看这个课程:EOS智能合约与DApp开发入门,相信你会有很多收获。

汇智网翻译整理,转载请标明出处。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值