Files
aptly/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/errors.go
T
2017-03-22 19:24:06 +03:00

19 lines
555 B
Go

// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
package cloudsearchdomain
const (
// ErrCodeDocumentServiceException for service response error code
// "DocumentServiceException".
//
// Information about any problems encountered while processing an upload request.
ErrCodeDocumentServiceException = "DocumentServiceException"
// ErrCodeSearchException for service response error code
// "SearchException".
//
// Information about any problems encountered while processing a search request.
ErrCodeSearchException = "SearchException"
)