errors.go 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package worklink
  3. const (
  4. // ErrCodeInternalServerErrorException for service response error code
  5. // "InternalServerErrorException".
  6. //
  7. // The service is temporarily unavailable.
  8. ErrCodeInternalServerErrorException = "InternalServerErrorException"
  9. // ErrCodeInvalidRequestException for service response error code
  10. // "InvalidRequestException".
  11. //
  12. // The request is not valid.
  13. ErrCodeInvalidRequestException = "InvalidRequestException"
  14. // ErrCodeResourceAlreadyExistsException for service response error code
  15. // "ResourceAlreadyExistsException".
  16. //
  17. // The resource already exists.
  18. ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
  19. // ErrCodeResourceNotFoundException for service response error code
  20. // "ResourceNotFoundException".
  21. //
  22. // The requested resource was not found.
  23. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  24. // ErrCodeTooManyRequestsException for service response error code
  25. // "TooManyRequestsException".
  26. //
  27. // The number of requests exceeds the limit.
  28. ErrCodeTooManyRequestsException = "TooManyRequestsException"
  29. // ErrCodeUnauthorizedException for service response error code
  30. // "UnauthorizedException".
  31. //
  32. // You are not authorized to perform this action.
  33. ErrCodeUnauthorizedException = "UnauthorizedException"
  34. )