EOS错误代码

CHAIN_EXCEPTION
3000000
CHAIN_TYPE_EXCEPTION
3010000 3010001 3010002 3010003 3010004 3010005 3010006 3010007 3010008 3010009 3010010 3010011 3010012 3010013 3010014
FORK_DATABASE_EXCEPTION
3020000 3020001
BLOCK_VALIDATE_EXCEPTION
3030000 3030001 3030002 3030003 3030004 3030005 3030006 3030007 3030008 3030009
TRANSACTION_EXCEPTION
3040000 3040001 3040002 3040003 3040004 3040005 3040006 3040007 3040008 3040009 3040010 3040011 3040012 3040013 3040014
ACTION_VALIDATE_EXCEPTION
3050000 3050001 3050002 3050003 3050004 3050005 3050006 3050007 3050008 3050009
DATABASE_EXCEPTION
3060000 3060001 3060002 3060003 3060004 3060100 3060101 3060102
WASM_EXCEPTION
3070000 3070001 3070002 3070003 3070004 3070005
RESOURCE_EXHAUSTED_EXCEPTION
3080000 3080001 3080002 3080003 3080004 3080005 3080006 3080007 3080008 3081001
AUTHORIZATION_EXCEPTION
3090000 3090001 3090002 3090003 3090004 3090005 3090006 3090007 3090008 3090009
MISC_EXCEPTION
3100000 3100001 3100002 3100003 3100004 3100005 3100006 3100007 3100008 3100009
PLUGIN_EXCEPTION
3110000 3110001 3110002 3110003 3110004 3110005 3110006
WALLET_EXCEPTION
3120000 3120001 3120002 3120003 3120004 3120005 3120006 3120007 3120008 3120009 3120010 3120011 3120012
WHITELIST_BLACKLIST_EXCEPTION
3130000 3130001 3130002 3130003 3130004 3130005 3130006
CONTROLLER_EMIT_SIGNAL_EXCEPTION
3140000 3140001
ABI_EXCEPTION
3150000 3150001 3150002 3150003 3150004 3150005 3150006 3150007 3150008 3150009 3150010 3150011 3150012 3150013 3150014 3150015 3150016
CONTRACT_EXCEPTION
3160000 3160001 3160002 3160003 3160004 3160005 3160006 3160007 3160008 3160009 3160010
PRODUCER_EXCEPTION
3170000 3170001 3170002 3170003 3170004 3170005 3170006 3170007 3170008
REVERSIBLE_BLOCKS_EXCEPTION
3180000 3180001 3180002 3180003
BLOCK_LOG_EXCEPTION
3190000 3190001 3190002 3190003 3190004
HTTP_EXCEPTION
3200000 3200001 3200002 3200003 3200004 3200005 3200006
RESOURCE_LIMIT_EXCEPTION
3210000
MONGO_DB_EXCEPTION
3220000 3220001 3220002
CONTRACT_API_EXCEPTION
3230000 3230001 3230002 3230003
SNAPSHOT_EXCEPTION
3240000 3240001
在线工具推荐: Three.js AI纹理开发包 - YOLO合成数据生成器 - GLTF/GLB在线编辑 - 3D模型格式在线转换 - 可编程3D场景编辑器

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快照验证异常