namespace NBF; public enum ErrorCode { /// /// 成功 /// Success = 0, ArgsError = 1, Busy = 2, /// /// 安装包不存在 /// AppNotFound = 404 }