Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@easydo/types
Advanced tools
错误码 | 参数说明 | 错误字段 |
---|---|---|
100001 | 未知错误 | UnknownError |
100002 | 未找到资源 | NotFound |
100003 | 未授权 | UnauthorizedError |
100004 | 您没有权限完成该次操作 | PermissionDenied |
错误码 | 参数说明 | 错误字段 |
---|---|---|
101001 | 创建用户,验证失败 | createUserValidateFail |
101002 | 创建用户失败,该用户已存在 | createUserAlreadyExist |
101003 | 登录失败,请检查邮箱和密码 | loginByEmailError |
101004 | 登录失败,请检查用户名和密码 | loginByEmailError |
101005 | 用户不存在 | userNotExist |
101006 | 验证码已发送, 请勿频繁获取短信验证码! | verifyCodeAlreadySent |
101007 | 发送短信验证码失败 | sendVerifyCodeFail |
101008 | 手机号验证失败 | verifyPhoneNumberFail |
101009 | 验证码错误或已过期!请重新输入验证码 | loginVerifyCodeFailOrExpired |
101009 | 验证码错误或已过期!请重新输入验证码 | loginVerifyCodeFailOrExpired |
101010 | 用户已存在 | userAlreadyExist |
101011 | 获取授权失败 | oauthAccessTokenFail |
101012 | 更新用户信息失败 | updateUserInfoFail |
101013 | 删除用户失败 | deleteUserFail |
101014 | 更新用户信息,字段验证失败 | updateUserValidateFail |
101015 | 更新用户信息,该用户已存在 | updateUserAlreadyExist |
错误码 | 参数说明 | 错误字段 |
---|---|---|
102001 | 输入信息验证失败 | workValidateFail |
102002 | 作品内容不存在 | workNotFound |
102003 | 作品删除失败 | deleteWorkFail |
102004 | 没有权限修改此作品 | workNoPermissionFail |
102005 | 作品未发布为模板,不能查看 | workNoPublicFail |
102006 | 作品未发布,复制失败 | workCopyFail |
102007 | 作品关联该渠道验证失败 | workRelateChannelValidateFail |
102008 | 作品已经关联该渠道 | workChannelExist |
102009 | 作品未关联该渠道 | workChannelNotExist |
102010 | 删除渠道失败 | deleteChannelError |
错误码 | 参数说明 | 错误字段 |
---|---|---|
103001 | 文件上传失败 | uploadFileFail |
103002 | 上传文件大小超过限制 | uploadFileSizeMaxError |
错误码 | 参数说明 | 错误字段 |
---|---|---|
104001 | 参数错误 | channelFieldValidateError |
104002 | 创建渠道失败 | createChannelError |
104003 | 渠道不存在 | channelNotFound |
104004 | 更新渠道失败 | updateChannelError |
104005 | 渠道已存在 | channelExist |
104006 | 删除渠道失败 | deleteChannelError |
错误码 | 参数说明 | 错误字段 |
---|---|---|
105001 | 创建组件包时,字段校验错误 | packageFieldValidateError |
105002 | 创建组件包失败 | packageCreateFail |
105003 | 组件包名不存在 | packageNameNotFound |
105004 | 组件包名已存在 | packageAlreadyExists |
105005 | 更新组件包信息失败 | packageUpdateFail |
105006 | 组件包不存在 | packageNotFound |
错误码 | 参数说明 | 错误字段 |
---|---|---|
106001 | 创建组件时,字段校验错误 | createComponentFieldFail |
106002 | 创建组件失败 | createComponentFail |
106003 | 组件不存在 | componentNotExistsFail |
106004 | 更新组件失败 | updateComponentFail |
106005 | 删除组件失败 | deleteComponentFail |
错误码 | 参数说明 | 错误字段 |
---|---|---|
107001 | 创建标签失败,请检查参数 | createTagFieldsFail |
107002 | 创建标签失败,请检查参数 | createTagFail |
107003 | 该类型标签已存在 | tagAlreadyExists |
107004 | 该标签不存在 | tagNotExists |
107005 | 查找标签失败 | findTagsFail |
107006 | 删除标签失败 | deleteTagFail |
107007 | 该标签已被使用,不可删除 | tagHaveUsed |
错误码 | 参数说明 | 错误字段 |
---|---|---|
108001 | 创建时,字段规则不正确 | createApplicationRuleError |
108002 | 应用已存在, 请勿重复创建 | applicationExist |
108003 | 更新失败 | applicationUpdateFail |
108004 | 应用不存在 | applicationNotExist |
错误码 | 参数说明 | 错误字段 |
---|---|---|
109001 | 创建时,字段规则不正确 | createPageRuleError |
109002 | 创建页面失败 | createPageFail |
109003 | 克隆页面失败 | copyPageFail |
109004 | 页面不存在 | pageNotExists |
109005 | 更新页面失败 | updatePageFail |
109006 | 删除页面失败 | deletePageFail |
109007 | 获取页面列表失败 | getPageListFail |
错误码 | 参数说明 | 错误字段 |
---|---|---|
110001 | 创建时,字段规则不正确 | createDbRuleError |
110002 | 创建 db 失败 | createDbFail |
110003 | 克隆 db 失败 | copyDbFail |
110004 | db 不存在 | dbNotExists |
110005 | 更新 db 失败 | updateDbFail |
110006 | 删除 db 失败 | deleteDbFail |
110007 | 获取 db 列表失败 | getDbListFail |
110008 | 获取 db 详情失败 | getDbDetailFail |
110009 | pageSize 或者 pageNumber 不对 | limitFiledError |
FAQs
TypeScript definitions for easydo
The npm package @easydo/types receives a total of 5 weekly downloads. As such, @easydo/types popularity was classified as not popular.
We found that @easydo/types demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.