Home > @esengine/ecs-framework-monorepo > RpcError
RpcError interface
RPC错误信息
Signature:
typescript
export interface RpcError
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | (Optional) 错误代码 | ||
Record<string, unknown> | (Optional) 详细信息 | ||
string | 错误消息 | ||
string | (Optional) 堆栈信息 | ||
错误类型 |