All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.homj.autogen4j.support.dashscope.ErrorResponse Maven / Gradle / Ivy

The newest version!
package cn.homj.autogen4j.support.dashscope;

/**
 * @author jiehong.jh
 * @date 2023/6/14
 */
public interface ErrorResponse {

    void setErrorCode(String code);

    void setErrorMessage(String message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy