Skip to content

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

RpcCallResponse interface

RPC调用响应

Signature:

typescript
export interface RpcCallResponse<T = unknown>

Properties

Property

Modifiers

Type

Description

callId

string

调用ID

duration

number

处理时长(毫秒)

error?

RpcError

(Optional) 错误信息

result?

T

(Optional) 返回值

success

boolean

是否成功

timestamp

number

响应时间戳

基于 MIT 许可证发布