Skip to content

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

RpcError interface

RPC错误信息

Signature:

typescript
export interface RpcError

Properties

Property

Modifiers

Type

Description

code?

number

(Optional) 错误代码

details?

Record<string, unknown>

(Optional) 详细信息

message

string

错误消息

stack?

string

(Optional) 堆栈信息

type

RpcErrorType

错误类型

基于 MIT 许可证发布