Serialized Form
-
Package com.sap.ai.sdk.core
-
Exception Class com.sap.ai.sdk.core.DeploymentResolutionException
class DeploymentResolutionException extends RuntimeException implements Serializable
-
-
Package com.sap.ai.sdk.core.common
-
Exception Class com.sap.ai.sdk.core.common.ClientException
class ClientException extends RuntimeException implements Serializable-
Serialized Fields
-
clientError
ClientError clientError
Wraps a structured error payload received from the remote service, if available. This can be used to extract more detailed error information.- Since:
- 1.10.0
-
httpRequest
org.apache.hc.core5.http.ClassicHttpRequest httpRequest
The original HTTP request that caused this exception, if available.- Since:
- 1.10.0
-
httpResponse
org.apache.hc.core5.http.ClassicHttpResponse httpResponse
The original HTTP response that caused this exception, if available.- Since:
- 1.10.0
-
-
-
-
Package com.sap.ai.sdk.foundationmodels.openai
-
Exception Class com.sap.ai.sdk.foundationmodels.openai.OpenAiClientException
class OpenAiClientException extends ClientException implements Serializable
-
-
Package com.sap.ai.sdk.orchestration
-
Exception Class com.sap.ai.sdk.orchestration.OrchestrationClientException
class OrchestrationClientException extends ClientException implements Serializable -
Exception Class com.sap.ai.sdk.orchestration.OrchestrationFilterException
class OrchestrationFilterException extends OrchestrationClientException implements Serializable -
Exception Class com.sap.ai.sdk.orchestration.OrchestrationFilterException.Input
class Input extends OrchestrationFilterException implements Serializable -
Exception Class com.sap.ai.sdk.orchestration.OrchestrationFilterException.Output
class Output extends OrchestrationFilterException implements Serializable
-