Class ChatResponseData.ErrorInfo

java.lang.Object
ai.waii.clients.chat.ChatResponseData.ErrorInfo
Enclosing class:
ChatResponseData

public static class ChatResponseData.ErrorInfo extends Object
  • Constructor Details

    • ErrorInfo

      public ErrorInfo()
  • Method Details

    • getErrorDetail

      public String getErrorDetail()
    • setErrorDetail

      public void setErrorDetail(String errorDetail)
    • getErrorCode

      public Integer getErrorCode()
    • setErrorCode

      public void setErrorCode(Integer errorCode)