Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jan 24, 2024
1 parent 7c36ac7 commit f9924ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* <p>Returned when a server-side problem occurs.</p>
* <p>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.</p>
* <p>If you encounter this error, report it using the Support Portal.</p>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>Returned when a server-side problem occurs.</p>
* <p>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.</p>
* <p>If you encounter this error, report it using the Support Portal.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* <p>Returned when a server-side problem occurs.</p>
* <p>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.</p>
* <p>If you encounter this error, report it using the Support Portal.</p>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>Returned when a server-side problem occurs.</p>
* <p>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.</p>
* <p>If you encounter this error, report it using the Support Portal.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,4 @@ de74b7108b22564877be0b8f52e66b3febc1760f
de74b7108b22564877be0b8f52e66b3febc1760f
477146620493d849e6dd23e6faee889be5b0836a
b29097130599fc8a4f618beb7a276feaea4e31a6
bd1f09f643bdb7b0840feca64b19caa6e55d766a

0 comments on commit f9924ac

Please sign in to comment.