plugin_framework, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
81f548b36e
commit
d417149949
3 changed files with 67 additions and 9 deletions
|
|
@ -13,6 +13,8 @@ pub const ERR_PLUGIN_LOAD: i32 = 10001;
|
|||
pub const ERR_PLUGIN_MSG_INIT: i32 = 10101;
|
||||
pub const ERR_PLUGIN_MSG_INIT_INVALID: i32 = 10102;
|
||||
pub const ERR_PLUGIN_MSG_GET_LOCAL_PEER_ID: i32 = 10103;
|
||||
pub const ERR_PLUGIN_SIGNATURE_NOT_VERIFIED: i32 = 10104;
|
||||
pub const ERR_PLUGIN_SIGNATURE_VERIFICATION_FAILED: i32 = 10105;
|
||||
// invalid
|
||||
pub const ERR_CALL_UNIMPLEMENTED: i32 = 10201;
|
||||
pub const ERR_CALL_INVALID_METHOD: i32 = 10202;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue