diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCustomersSearchHead.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCustomersSearchHead.java index 777494147d2..70ecc104ec1 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCustomersSearchHead.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCustomersSearchHead.java @@ -16,7 +16,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *
Checks whether a search index of Customers exists for a Project. If an index exists, a 200 OK is returned; otherwise, a 409 Conflict.
Checks whether a search index of Customers exists for a Project. Returns a 200 OK if an index exists; otherwise, returns a 409 Conflict.
A SearchNotReady error is returned if the indexing is in progress or the feature is deactivated. If deactivated, you can reactivate it.
+ *If the initial indexing is in progress or the feature is inactive, a SearchNotReady error is returned. If inactive, you can reactivate it.
* *A SearchNotReady error is returned if the indexing is in progress or the feature is deactivated. If deactivated, you can reactivate it.
+ *If the initial indexing is in progress or the feature is inactive, a SearchNotReady error is returned. If inactive, you can reactivate it.
* *If the indexing is in progress or the feature is inactive, an ObjectNotFound error is returned. If inactive, you can reactivate it.
* *If the indexing is in progress or the feature is inactive, an ObjectNotFound error is returned. If inactive, you can reactivate it.
* *Returned when the requested resource was not found.
+ *Returned if the requested resource was not found or the Product Search index is inactive.
* *Returned when the requested resource was not found.
+ *Returned if the requested resource was not found or the Product Search index is inactive.
*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class GraphQLObjectNotFoundErrorImpl implements GraphQLObjectNotFoundError, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/ObjectNotFoundError.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/ObjectNotFoundError.java index 06662621bc0..be97fde95b2 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/ObjectNotFoundError.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/ObjectNotFoundError.java @@ -15,7 +15,7 @@ import jakarta.validation.constraints.NotNull; /** - *Returned when the requested resource was not found.
+ *Returned if the requested resource was not found or the Product Search index is inactive.
* *"A $resourceType with identifier $id was unexpectedly not found."
"A $resourceType with identifier $id was unexpectedly not found." or
"No index found for project"
"A $resourceType with identifier $id was unexpectedly not found."
"A $resourceType with identifier $id was unexpectedly not found." or
"No index found for project"
"A $resourceType with identifier $id was unexpectedly not found."
"A $resourceType with identifier $id was unexpectedly not found." or
"No index found for project"
"A $resourceType with identifier $id was unexpectedly not found."
"A $resourceType with identifier $id was unexpectedly not found." or
"No index found for project"
Returned when the requested resource was not found.
+ *Returned if the requested resource was not found or the Product Search index is inactive.
*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class ObjectNotFoundErrorImpl implements ObjectNotFoundError, ModelBase { @@ -56,7 +56,8 @@ public String getCode() { } /** - *"A $resourceType with identifier $id was unexpectedly not found."
"A $resourceType with identifier $id was unexpectedly not found." or
"No index found for project"