Skip to content

Commit 5f42d9d

Browse files
committed
Formatting
1 parent e00eb48 commit 5f42d9d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/src/main/java/com/sap/ai/sdk/core/commons/ClientError.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/**
66
* Generic class that contains a JSON error response.
7+
*
78
* @since 1.1.0
89
*/
910
public interface ClientError {

core/src/main/java/com/sap/ai/sdk/core/commons/ClientException.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/**
66
* Generic exception for errors occurring when using AI SDK clients.
7+
*
78
* @since 1.1.0
89
*/
910
@StandardException

0 commit comments

Comments
 (0)