Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed May 30, 2024
1 parent 7cda648 commit 782c15f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api-specs/api/types/error/GeneralError.raml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ discriminatorValue: General
description: |
Returned when a server-side problem occurs before or after data persistence. In some cases, the requested action may successfully complete after the error is returned. Therefore, it is recommended to verify the status of the requested resource after receiving a 500 error.
If you encounter this error, report it using the [Support Portal](https://support.commercetools.com).
If you encounter this error, report it to the [Composable Commerce support team](https://support.commercetools.com).
properties:
code:
type: string
Expand Down
2 changes: 1 addition & 1 deletion api-specs/api/types/error/PendingOperationError.raml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |
Returned when a previous conflicting operation is still pending and needs to finish before the request can succeed.
The client application should retry the request with exponential backoff up to a point where further delay is unacceptable.
If the error persists, report it using the [Support Portal](https://support.commercetools.com).
If the error persists, report it to the [Composable Commerce support team](https://support.commercetools.com).
properties:
code:
type: string
Expand Down
2 changes: 1 addition & 1 deletion api-specs/api/types/error/graphql/GraphQLGeneralError.raml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ discriminatorValue: General
description: |
Returned when a server-side problem occurs before or after data persistence. In some cases, the requested action may successfully complete after the error is returned. Therefore, it is recommended to verify the status of the requested resource after receiving a 500 error.
If you encounter this error, report it using the [Support Portal](https://support.commercetools.com).
If you encounter this error, report it to the [Composable Commerce support team](https://support.commercetools.com).
properties:
code:
type: string
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |
Returned when a previous conflicting operation is still pending and needs to finish before the request can succeed.
The client application should retry the request with exponential backoff up to a point where further delay is unacceptable.
If the error persists, report it using the [Support Portal](https://support.commercetools.com).
If the error persists, report it to the [Composable Commerce support team](https://support.commercetools.com).
properties:
code:
type: string
2 changes: 1 addition & 1 deletion api-specs/api/types/extension/ExtensionDraft.raml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ properties:
The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions.
This limit can be increased per Project after we review the performance impact.
Please contact our support via the [Support Portal](https://support.commercetools.com) and provide the Region, Project key, and use case.
Please contact the [Composable Commerce support team](https://support.commercetools.com) and provide the Region, Project key, and use case.
default: 2000
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ properties:
The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions.
This limit can be increased per Project after we review the performance impact.
Please contact our support via the [Support Portal](https://support.commercetools.com/) and provide the Region, Project key, and use case.
Please contact the [Composable Commerce support team](https://support.commercetools.com/) and provide the Region, Project key, and use case.
default: 2000
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type: string
ConfigurationError: Messages cannot be delivered with the current configuration. Common causes are deleting the Destination queue, deleting access credentials, or removing the necessary permissions. The configuration can be fixed by re-creating the configuration on the Destination side, or by setting a new configuration with the [Change Destination](/../api/projects/subscriptions#change-destination) update action. If the configuration is fixed, undelivered messages will be delivered and the `status` will change to [Healthy](ctp:api:type:SubscriptionHealthStatus). `ConfigurationError` is automatically turned into `ConfigurationErrorDeliveryStopped` after some time. For more information, see [Delivery Guarantees](#delivery-guarantees).
ConfigurationErrorDeliveryStopped: Does not deliver messages with the current configuration and the delivery of the messages is no longer attempted. If the configuration is fixed, undelivered messages are not retained and will not be delivered. The `status` will change to [Healthy](ctp:api:type:SubscriptionHealthStatus) as soon as new messages can be delivered.
TemporaryError: Does not deliver messages temporarily due to reasons other than a configuration error. For example, the Destination has a temporary outage.
ManuallySuspended: Does not deliver messages with the current configuration and the delivery of the messages is no longer attempted. Undelivered messages are not retained and will not be delivered. The `status` will not automatically change to [Healthy](ctp:api:type:SubscriptionHealthStatus). To return your subscriptions to a [Healthy](ctp:api:type:SubscriptionHealthStatus) status, please contact our [support team](https://commercetools.atlassian.net/servicedesk/customer/portal/22).
ManuallySuspended: Does not deliver messages with the current configuration and the delivery of the messages is no longer attempted. Undelivered messages are not retained and will not be delivered. The `status` will not automatically change to [Healthy](ctp:api:type:SubscriptionHealthStatus). To return your subscriptions to a [Healthy](ctp:api:type:SubscriptionHealthStatus) status, contact the [Composable Commerce support team](https://support.commercetools.com/).

enum:
- Healthy
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/payments/error/GeneralError.raml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ discriminatorValue: General
description: |
Returned when a server-side problem occurs. In some cases, the requested action may successfully complete after the error is returned. Therefore, it is recommended to verify the status of the requested resource after receiving a 500 error.
If you encounter this error, report it using the [Support Portal](https://commercetools.atlassian.net/servicedesk/customer/portal/30).
If you encounter this error, report it to the [Checkout support team](https://support.commercetools.com/).
properties:
code:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: ResponseMessage
displayName: ProjectIsDeactivated
discriminatorValue: project_deactivated
description: |
Generated when the commercetools Checkout [`projectKey`](/sdk) is deactivated and cannot be initialized. Contact support via the [Support Portal](https://commercetools.atlassian.net/servicedesk/customer/portal/30).
Generated when the commercetools Checkout [`projectKey`](/sdk) is deactivated and cannot be initialized. To activate it, contact the [Checkout support team](https://support.commercetools.com/).
properties:
code:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ description: |
Requests the previewable status of a ConnectorStaged. A previewable ConnectorStaged can be used in a Deployment for testing and preview purposes.
After using this update action, the status of `isPreviewable` will change to `pending`. Following validation, the status of `isPreviewable` will change to `true` if the previewable status is granted, or `false` if it is rejected.
In the case of a `false` status, contact our [support team](https://commercetools.atlassian.net/servicedesk/customer/portal/27) regarding any issues raised during the validation process.
In the case of a `false` status, contact the [Connect support team](https://support.commercetools.com/) regarding any issues raised during the validation process.
Requesting the previewable status for a ConnectorStaged that is currently being reviewed returns the [ConnectorStagedPreviewRequestUnderProcess](ctp:connect:type:ConnectorStagedPreviewRequestUnderProcessError) error.
2 changes: 1 addition & 1 deletion api-specs/connect/types/error/GeneralError.raml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ discriminatorValue: General
description: |
Returned when a server-side problem occurs before or after data persistence. In some cases, the requested action may successfully complete after the error is returned. Therefore, it is recommended to verify the status of the requested resource after receiving a 500 error.
If you encounter this error, report it using the [Support Portal](https://commercetools.atlassian.net/servicedesk/customer/portal/27).
If you encounter this error, report it to the [Connect support team](https://support.commercetools.com/).
properties:
code:
type: string
Expand Down

0 comments on commit 782c15f

Please sign in to comment.