Fantasy
搜索结果

    显示/隐藏目录

    InnerErrorCode 类

    定义 Fantasy 框架中的内部错误代码。

    继承
    object
    InnerErrorCode
    继承成员
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    命名空间: Fantasy.Network
    程序集: Fantasy.Net.dll
    语法
    public class InnerErrorCode

    字段

    | 编辑本文 查看源代码

    ErrEntityNotFound

    表示未找到实体的错误代码。

    声明
    public const uint ErrEntityNotFound = 100000008
    字段值
    类型 描述
    uint
    | 编辑本文 查看源代码

    ErrNotFoundRoute

    表示未找到 Route 消息的错误代码。

    声明
    public const uint ErrNotFoundRoute = 100000003
    字段值
    类型 描述
    uint
    | 编辑本文 查看源代码

    ErrRouteTimeout

    表示发送 Route 消息超时的错误代码。

    声明
    public const uint ErrRouteTimeout = 100000004
    字段值
    类型 描述
    uint
    | 编辑本文 查看源代码

    ErrRpcFail

    表示 Rpc 消息发送失败的错误代码。

    声明
    public const uint ErrRpcFail = 100000002
    字段值
    类型 描述
    uint
    | 编辑本文 查看源代码

    ErrTransfer

    表示传送过程中发生错误的错误代码。

    声明
    public const uint ErrTransfer = 100000009
    字段值
    类型 描述
    uint

    扩展方法

    JsonHelper.ToJson<T>(T)
    • 编辑本文
    • 查看源代码
    本文内容
    Back to top Generated by DocFX