![JAR search and dependency download from the Maven repository](/logo.png)
cn.homj.autogen4j.support.openai.ErrorInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of autogen4j-agent Show documentation
Show all versions of autogen4j-agent Show documentation
Design inspired by Microsoft's AutoGen
The newest version!
package cn.homj.autogen4j.support.openai;
import lombok.Data;
/**
* @author jiehong.jh
* @date 2023/11/23
*/
@Data
public class ErrorInfo {
/**
* eg: invalid_request_error
*/
private String type;
private String message;
/**
* eg: invalid_api_key
*/
private String code;
private String param;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy