3 Star 1 Fork 0

Gitee 极速下载 / aws-sdk-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/aws/aws-sdk-go
克隆/下载
errors.go 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
awssdkgo 提交于 2017-11-27 09:49 . Release v1.12.34
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package mediastoredata
const (
// ErrCodeContainerNotFoundException for service response error code
// "ContainerNotFoundException".
//
// The specified container was not found for the specified account.
ErrCodeContainerNotFoundException = "ContainerNotFoundException"
// ErrCodeInternalServerError for service response error code
// "InternalServerError".
//
// The service is temporarily unavailable.
ErrCodeInternalServerError = "InternalServerError"
// ErrCodeObjectNotFoundException for service response error code
// "ObjectNotFoundException".
//
// Could not perform an operation on an object that does not exist.
ErrCodeObjectNotFoundException = "ObjectNotFoundException"
// ErrCodeRequestedRangeNotSatisfiableException for service response error code
// "RequestedRangeNotSatisfiableException".
//
// The requested content range is not valid.
ErrCodeRequestedRangeNotSatisfiableException = "RequestedRangeNotSatisfiableException"
)
1
https://gitee.com/mirrors/aws-sdk-go.git
git@gitee.com:mirrors/aws-sdk-go.git
mirrors
aws-sdk-go
aws-sdk-go
v1.14.30

搜索帮助