Class ZhipuAiException

All Implemented Interfaces:
Serializable

public class ZhipuAiException extends RuntimeException
See Also:
  • Constructor Details

    • ZhipuAiException

      public ZhipuAiException(String code, String message)
    • ZhipuAiException

      public ZhipuAiException(okhttp3.Response response)
    • ZhipuAiException

      public ZhipuAiException(String message)
  • Method Details