errors.go 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package cloudsearch
  3. const (
  4. // ErrCodeBaseException for service response error code
  5. // "BaseException".
  6. //
  7. // An error occurred while processing the request.
  8. ErrCodeBaseException = "BaseException"
  9. // ErrCodeDisabledOperationException for service response error code
  10. // "DisabledAction".
  11. //
  12. // The request was rejected because it attempted an operation which is not enabled.
  13. ErrCodeDisabledOperationException = "DisabledAction"
  14. // ErrCodeInternalException for service response error code
  15. // "InternalException".
  16. //
  17. // An internal error occurred while processing the request. If this problem
  18. // persists, report an issue from the Service Health Dashboard (http://status.aws.amazon.com/).
  19. ErrCodeInternalException = "InternalException"
  20. // ErrCodeInvalidTypeException for service response error code
  21. // "InvalidType".
  22. //
  23. // The request was rejected because it specified an invalid type definition.
  24. ErrCodeInvalidTypeException = "InvalidType"
  25. // ErrCodeLimitExceededException for service response error code
  26. // "LimitExceeded".
  27. //
  28. // The request was rejected because a resource limit has already been met.
  29. ErrCodeLimitExceededException = "LimitExceeded"
  30. // ErrCodeResourceNotFoundException for service response error code
  31. // "ResourceNotFound".
  32. //
  33. // The request was rejected because it attempted to reference a resource that
  34. // does not exist.
  35. ErrCodeResourceNotFoundException = "ResourceNotFound"
  36. )