Home > @esengine/ecs-framework-monorepo > RpcResponseData
RpcResponseData interface
RPC响应数据
Signature:
typescript
export interface RpcResponseData
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | 调用ID | ||
string | (Optional) 错误信息 | ||
any | (Optional) 返回值 | ||
boolean | 是否成功 |