Skip to content

API 参考 / @142vip/grpc / GrpcResponse

接口: GrpcResponse<DataType>

定义于: enum/grpc.interface.ts:62

Grpc统一返回结构

类型参数

DataType

DataType

属性

data?

optional data: DataType

定义于: enum/grpc.interface.ts:64


error?

optional error: GrpcTraceError

定义于: enum/grpc.interface.ts:63