errors.go 570 B

123456789101112131415161718
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package cloudsearchdomain
  3. const (
  4. // ErrCodeDocumentServiceException for service response error code
  5. // "DocumentServiceException".
  6. //
  7. // Information about any problems encountered while processing an upload request.
  8. ErrCodeDocumentServiceException = "DocumentServiceException"
  9. // ErrCodeSearchException for service response error code
  10. // "SearchException".
  11. //
  12. // Information about any problems encountered while processing a search request.
  13. ErrCodeSearchException = "SearchException"
  14. )