errors.go 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package iotdataplane
  3. const (
  4. // ErrCodeConflictException for service response error code
  5. // "ConflictException".
  6. //
  7. // The specified version does not match the version of the document.
  8. ErrCodeConflictException = "ConflictException"
  9. // ErrCodeInternalFailureException for service response error code
  10. // "InternalFailureException".
  11. //
  12. // An unexpected error has occurred.
  13. ErrCodeInternalFailureException = "InternalFailureException"
  14. // ErrCodeInvalidRequestException for service response error code
  15. // "InvalidRequestException".
  16. //
  17. // The request is not valid.
  18. ErrCodeInvalidRequestException = "InvalidRequestException"
  19. // ErrCodeMethodNotAllowedException for service response error code
  20. // "MethodNotAllowedException".
  21. //
  22. // The specified combination of HTTP verb and URI is not supported.
  23. ErrCodeMethodNotAllowedException = "MethodNotAllowedException"
  24. // ErrCodeRequestEntityTooLargeException for service response error code
  25. // "RequestEntityTooLargeException".
  26. //
  27. // The payload exceeds the maximum size allowed.
  28. ErrCodeRequestEntityTooLargeException = "RequestEntityTooLargeException"
  29. // ErrCodeResourceNotFoundException for service response error code
  30. // "ResourceNotFoundException".
  31. //
  32. // The specified resource does not exist.
  33. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  34. // ErrCodeServiceUnavailableException for service response error code
  35. // "ServiceUnavailableException".
  36. //
  37. // The service is temporarily unavailable.
  38. ErrCodeServiceUnavailableException = "ServiceUnavailableException"
  39. // ErrCodeThrottlingException for service response error code
  40. // "ThrottlingException".
  41. //
  42. // The rate exceeds the limit.
  43. ErrCodeThrottlingException = "ThrottlingException"
  44. // ErrCodeUnauthorizedException for service response error code
  45. // "UnauthorizedException".
  46. //
  47. // You are not authorized to perform this operation.
  48. ErrCodeUnauthorizedException = "UnauthorizedException"
  49. // ErrCodeUnsupportedDocumentEncodingException for service response error code
  50. // "UnsupportedDocumentEncodingException".
  51. //
  52. // The document encoding is not supported.
  53. ErrCodeUnsupportedDocumentEncodingException = "UnsupportedDocumentEncodingException"
  54. )