1 Star 0 Fork 0

lic17/BaiduPCS-Go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
errors.go 621 Bytes
一键复制 编辑 原始数据 按行查看 历史
package pcsconfig
import (
"errors"
)
var (
//ErrNotLogin 未登录帐号错误
ErrNotLogin = errors.New("baidu user not login")
//ErrConfigFilePathNotSet 未设置配置文件
ErrConfigFilePathNotSet = errors.New("config file not set")
//ErrConfigFileNotExist 未设置Config, 未初始化
ErrConfigFileNotExist = errors.New("config file not exist")
//ErrConfigFileNoPermission Config文件无权限访问
ErrConfigFileNoPermission = errors.New("config file permission denied")
//ErrConfigContentsParseError 解析Config数据错误
ErrConfigContentsParseError = errors.New("config contents parse error")
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/lic17/BaiduPCS-Go.git
git@gitee.com:lic17/BaiduPCS-Go.git
lic17
BaiduPCS-Go
BaiduPCS-Go
v3.5.1

搜索帮助