RpcError
new RpcError(json: any): RpcError
定义于eosjs-rpcerror.ts:9git
参数:github
名称 | 类型 |
---|---|
json | any |
返回:RpcError
json
any
定义于eosjs-rpcerror.ts:9segmentfault
详细的错误信息。函数
string
继承自Error.message
。code
string
继承自Error.name
。继承
string
继承自Error.stack
,重写Error.stack
。接口
ErrorConstructor