errors.go 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package sms
  3. const (
  4. // ErrCodeInternalError for service response error code
  5. // "InternalError".
  6. //
  7. // An internal error occurred.
  8. ErrCodeInternalError = "InternalError"
  9. // ErrCodeInvalidParameterException for service response error code
  10. // "InvalidParameterException".
  11. //
  12. // A specified parameter is not valid.
  13. ErrCodeInvalidParameterException = "InvalidParameterException"
  14. // ErrCodeMissingRequiredParameterException for service response error code
  15. // "MissingRequiredParameterException".
  16. //
  17. // A required parameter is missing.
  18. ErrCodeMissingRequiredParameterException = "MissingRequiredParameterException"
  19. // ErrCodeNoConnectorsAvailableException for service response error code
  20. // "NoConnectorsAvailableException".
  21. //
  22. // There are no connectors available.
  23. ErrCodeNoConnectorsAvailableException = "NoConnectorsAvailableException"
  24. // ErrCodeOperationNotPermittedException for service response error code
  25. // "OperationNotPermittedException".
  26. //
  27. // This operation is not allowed.
  28. ErrCodeOperationNotPermittedException = "OperationNotPermittedException"
  29. // ErrCodeReplicationJobAlreadyExistsException for service response error code
  30. // "ReplicationJobAlreadyExistsException".
  31. //
  32. // The specified replication job already exists.
  33. ErrCodeReplicationJobAlreadyExistsException = "ReplicationJobAlreadyExistsException"
  34. // ErrCodeReplicationJobNotFoundException for service response error code
  35. // "ReplicationJobNotFoundException".
  36. //
  37. // The specified replication job does not exist.
  38. ErrCodeReplicationJobNotFoundException = "ReplicationJobNotFoundException"
  39. // ErrCodeReplicationRunLimitExceededException for service response error code
  40. // "ReplicationRunLimitExceededException".
  41. //
  42. // You have exceeded the number of on-demand replication runs you can request
  43. // in a 24-hour period.
  44. ErrCodeReplicationRunLimitExceededException = "ReplicationRunLimitExceededException"
  45. // ErrCodeServerCannotBeReplicatedException for service response error code
  46. // "ServerCannotBeReplicatedException".
  47. //
  48. // The specified server cannot be replicated.
  49. ErrCodeServerCannotBeReplicatedException = "ServerCannotBeReplicatedException"
  50. // ErrCodeTemporarilyUnavailableException for service response error code
  51. // "TemporarilyUnavailableException".
  52. //
  53. // The service is temporarily unavailable.
  54. ErrCodeTemporarilyUnavailableException = "TemporarilyUnavailableException"
  55. // ErrCodeUnauthorizedOperationException for service response error code
  56. // "UnauthorizedOperationException".
  57. //
  58. // You lack permissions needed to perform this operation. Check your IAM policies,
  59. // and ensure that you are using the correct access keys.
  60. ErrCodeUnauthorizedOperationException = "UnauthorizedOperationException"
  61. )