errors.go 335 B

123456789101112
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package datasync
  3. const (
  4. // ErrCodeInvalidRequestException for service response error code
  5. // "InvalidRequestException".
  6. //
  7. // This exception is thrown when the client submits a malformed request.
  8. ErrCodeInvalidRequestException = "InvalidRequestException"
  9. )