类 OpenAIError
java.lang.Object
io.agentscope.core.formatter.openai.dto.OpenAIError
OpenAI error DTO.
This class represents error information in an OpenAI API response.
Example JSON:
{
"message": "Invalid API key",
"type": "invalid_request_error",
"param": null,
"code": "invalid_api_key"
}
-
构造器概要
构造器 -
方法概要