Skip to content

Home > @esengine/ecs-framework-monorepo > RpcResponseData

RpcResponseData interface

RPC响应数据

Signature:

typescript
export interface RpcResponseData

Properties

Property

Modifiers

Type

Description

callId

string

调用ID

error?

string

(Optional) 错误信息

result?

any

(Optional) 返回值

success

boolean

是否成功

基于 MIT 许可证发布