errors.go 963 B

12345678910111213141516171819202122232425262728293031
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package apigatewaymanagementapi
  3. const (
  4. // ErrCodeForbiddenException for service response error code
  5. // "ForbiddenException".
  6. //
  7. // The caller is not authorized to invoke this operation.
  8. ErrCodeForbiddenException = "ForbiddenException"
  9. // ErrCodeGoneException for service response error code
  10. // "GoneException".
  11. //
  12. // The connection with the provided id no longer exists.
  13. ErrCodeGoneException = "GoneException"
  14. // ErrCodeLimitExceededException for service response error code
  15. // "LimitExceededException".
  16. //
  17. // The client is sending more than the allowed number of requests per unit of
  18. // time.
  19. ErrCodeLimitExceededException = "LimitExceededException"
  20. // ErrCodePayloadTooLargeException for service response error code
  21. // "PayloadTooLargeException".
  22. //
  23. // The data has exceeded the maximum size allowed.
  24. ErrCodePayloadTooLargeException = "PayloadTooLargeException"
  25. )