类 UnprocessableEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.agentscope.core.model.exception.OpenAIException
io.agentscope.core.model.exception.UnprocessableEntityException
- 所有已实现的接口:
Serializable
Exception thrown when the request is well-formed but semantically incorrect (HTTP 422).
Common causes:
- Parameter values out of range
- Conflicting parameters
- Validation errors
- 另请参阅:
-
构造器概要
构造器 -
方法概要
从类继承的方法 io.agentscope.core.model.exception.OpenAIException
create, getErrorCode, getResponseBody, getStatusCode
-
构造器详细资料
-
UnprocessableEntityException
-