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 Jan 24, 2024
1 parent b290971 commit bd1f09f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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 @@ -4,7 +4,7 @@ type: ErrorObject
displayName: GeneralError
discriminatorValue: General
description: |
Returned when a server-side problem occurs.
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).
properties:
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 @@ -4,7 +4,7 @@ type: GraphQLErrorObject
displayName: GraphQLGeneralError
discriminatorValue: General
description: |
Returned when a server-side problem occurs.
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).
properties:
Expand Down
4 changes: 3 additions & 1 deletion api-specs/checkout/types/payments/error/GeneralError.raml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ type: ErrorObject
displayName: GeneralError
discriminatorValue: General
description: |
Returned when a server-side problem occurs. If you encounter this error, report it using the [Support Portal](https://commercetools.atlassian.net/servicedesk/customer/portal/30).
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).
properties:
code:
type: string
Expand Down
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 @@ -4,7 +4,7 @@ type: ErrorObject
displayName: GeneralError
discriminatorValue: General
description: |
Returned when a server-side problem occurs.
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).
properties:
Expand Down

0 comments on commit bd1f09f

Please sign in to comment.