类 DashScopeHttpClient.DashScopeHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.agentscope.core.model.DashScopeHttpClient.DashScopeHttpException
- 所有已实现的接口:
Serializable
- 封闭类:
DashScopeHttpClient
Exception thrown when DashScope HTTP operations fail.
- 另请参阅:
-
构造器概要
构造器构造器说明DashScopeHttpException(String message) DashScopeHttpException(String message, int statusCode, String responseBody) DashScopeHttpException(String message, String errorCode, String responseBody) DashScopeHttpException(String message, Throwable cause) -
方法概要
-
构造器详细资料
-
DashScopeHttpException
-
DashScopeHttpException
-
DashScopeHttpException
-
DashScopeHttpException
-
-
方法详细资料
-
getStatusCode
-
getErrorCode
-
getResponseBody
-