We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d267efe commit 17b5513Copy full SHA for 17b5513
GameFrameX.NetWork/OperationErrorCode.cs
@@ -143,4 +143,10 @@ public static class OperationErrorCode
143
/// </summary>
144
[System.ComponentModel.Description("没有权限")]
145
public const int NoPermission = 17;
146
+
147
+ /// <summary>
148
+ /// 执行超时 / Execution timeout
149
+ /// </summary>
150
+ [System.ComponentModel.Description("执行超时")]
151
+ public const int TimeOut = 18;
152
}
0 commit comments