errors.go 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package serverlessapplicationrepository
  3. const (
  4. // ErrCodeBadRequestException for service response error code
  5. // "BadRequestException".
  6. //
  7. // One of the parameters in the request is invalid.
  8. ErrCodeBadRequestException = "BadRequestException"
  9. // ErrCodeConflictException for service response error code
  10. // "ConflictException".
  11. //
  12. // The resource already exists.
  13. ErrCodeConflictException = "ConflictException"
  14. // ErrCodeForbiddenException for service response error code
  15. // "ForbiddenException".
  16. //
  17. // The client is not authenticated.
  18. ErrCodeForbiddenException = "ForbiddenException"
  19. // ErrCodeInternalServerErrorException for service response error code
  20. // "InternalServerErrorException".
  21. //
  22. // The AWS Serverless Application Repository service encountered an internal
  23. // error.
  24. ErrCodeInternalServerErrorException = "InternalServerErrorException"
  25. // ErrCodeNotFoundException for service response error code
  26. // "NotFoundException".
  27. //
  28. // The resource (for example, an access policy statement) specified in the request
  29. // doesn't exist.
  30. ErrCodeNotFoundException = "NotFoundException"
  31. // ErrCodeTooManyRequestsException for service response error code
  32. // "TooManyRequestsException".
  33. //
  34. // The client is sending more than the allowed number of requests per unit of
  35. // time.
  36. ErrCodeTooManyRequestsException = "TooManyRequestsException"
  37. )