1 Star 0 Fork 1

jufeng9318/StockSharp

forked from yu3a/StockSharp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ErrorCodes.cs 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
StockSharp Dev1 提交于 5年前 . ErrorCodes.FileHash
#region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/StockSharp/StockSharp/blob/master/LICENSE
Removal of this comment is a violation of the license agreement.
Project: StockSharp.Community.Community
File: ErrorCodes.cs
Created: 2015, 11, 11, 2:32 PM
Copyright 2010 by StockSharp, LLC
*******************************************************************************************/
#endregion S# License
namespace StockSharp.Community
{
enum ErrorCodes : byte
{
Ok,
UnknownServerError,
// auth service
InvalidCredentials,
TimeOut,
Locked,
SessionNotExist,
ClientNotExist,
// notification service
SmsNotEnought,
EmailNotEnought,
PhoneNotExist,
// license service
LicenseRejected,
ClientNotApproved,
TooMuchFrequency,
LicenseMaxRenew,
// reg error codes
InvalidEmail,
InvalidPhone,
InvalidLogin,
InvalidPassword,
DuplicateEmail,
DuplicatePhone,
DuplicateLogin,
InvalidEmailCode,
InvalidSmsCode,
// strategy service
StrategyRemoved,
StrategyNotExist,
StrategyPriceTypeCannotChange,
StrategyContentTypeCannotChange,
StrategyBacktestNotOwned,
StrategyPrivateCannotChange,
StrategyOwnSubscribe,
TooMuchPrice,
NotEnoughBalance,
NotSubscribed,
CurrencyCannotChange,
NotCompleteRegistered,
FileNotStarted,
FileTooMuch,
FileNotExist,
Suspicious,
InvalidDisplayName,
FileHashNotMatch,
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/jufeng9318/StockSharp.git
git@gitee.com:jufeng9318/StockSharp.git
jufeng9318
StockSharp
StockSharp
master

搜索帮助