We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d13ad6 commit a57247fCopy full SHA for a57247f
core/src/main/java/com/sap/ai/sdk/core/commons/IterableStreamConverter.java
@@ -91,6 +91,7 @@ public T next() {
91
* when an exception occurred.
92
*
93
* @param entity The HTTP entity object.
94
+ * @param exceptionType The type of the client exception to throw in case of an error.
95
* @return A sequential Stream object.
96
* @throws ClientException if the provided HTTP entity object is {@code null} or empty.
97
*/
0 commit comments