3 Star 1 Fork 0

Gitee 极速下载 / aws-sdk-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/aws/aws-sdk-go
克隆/下载
errors.go 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package support
const (
// ErrCodeAttachmentIdNotFound for service response error code
// "AttachmentIdNotFound".
//
// An attachment with the specified ID could not be found.
ErrCodeAttachmentIdNotFound = "AttachmentIdNotFound"
// ErrCodeAttachmentLimitExceeded for service response error code
// "AttachmentLimitExceeded".
//
// The limit for the number of attachment sets created in a short period of
// time has been exceeded.
ErrCodeAttachmentLimitExceeded = "AttachmentLimitExceeded"
// ErrCodeAttachmentSetExpired for service response error code
// "AttachmentSetExpired".
//
// The expiration time of the attachment set has passed. The set expires 1 hour
// after it is created.
ErrCodeAttachmentSetExpired = "AttachmentSetExpired"
// ErrCodeAttachmentSetIdNotFound for service response error code
// "AttachmentSetIdNotFound".
//
// An attachment set with the specified ID could not be found.
ErrCodeAttachmentSetIdNotFound = "AttachmentSetIdNotFound"
// ErrCodeAttachmentSetSizeLimitExceeded for service response error code
// "AttachmentSetSizeLimitExceeded".
//
// A limit for the size of an attachment set has been exceeded. The limits are
// 3 attachments and 5 MB per attachment.
ErrCodeAttachmentSetSizeLimitExceeded = "AttachmentSetSizeLimitExceeded"
// ErrCodeCaseCreationLimitExceeded for service response error code
// "CaseCreationLimitExceeded".
//
// The case creation limit for the account has been exceeded.
ErrCodeCaseCreationLimitExceeded = "CaseCreationLimitExceeded"
// ErrCodeCaseIdNotFound for service response error code
// "CaseIdNotFound".
//
// The requested caseId could not be located.
ErrCodeCaseIdNotFound = "CaseIdNotFound"
// ErrCodeDescribeAttachmentLimitExceeded for service response error code
// "DescribeAttachmentLimitExceeded".
//
// The limit for the number of DescribeAttachment requests in a short period
// of time has been exceeded.
ErrCodeDescribeAttachmentLimitExceeded = "DescribeAttachmentLimitExceeded"
// ErrCodeInternalServerError for service response error code
// "InternalServerError".
//
// An internal server error occurred.
ErrCodeInternalServerError = "InternalServerError"
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
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.8.34

搜索帮助

344bd9b3 5694891 D2dac590 5694891