errors.go 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package datapipeline
  3. const (
  4. // ErrCodeInternalServiceError for service response error code
  5. // "InternalServiceError".
  6. //
  7. // An internal service error occurred.
  8. ErrCodeInternalServiceError = "InternalServiceError"
  9. // ErrCodeInvalidRequestException for service response error code
  10. // "InvalidRequestException".
  11. //
  12. // The request was not valid. Verify that your request was properly formatted,
  13. // that the signature was generated with the correct credentials, and that you
  14. // haven't exceeded any of the service limits for your account.
  15. ErrCodeInvalidRequestException = "InvalidRequestException"
  16. // ErrCodePipelineDeletedException for service response error code
  17. // "PipelineDeletedException".
  18. //
  19. // The specified pipeline has been deleted.
  20. ErrCodePipelineDeletedException = "PipelineDeletedException"
  21. // ErrCodePipelineNotFoundException for service response error code
  22. // "PipelineNotFoundException".
  23. //
  24. // The specified pipeline was not found. Verify that you used the correct user
  25. // and account identifiers.
  26. ErrCodePipelineNotFoundException = "PipelineNotFoundException"
  27. // ErrCodeTaskNotFoundException for service response error code
  28. // "TaskNotFoundException".
  29. //
  30. // The specified task was not found.
  31. ErrCodeTaskNotFoundException = "TaskNotFoundException"
  32. )