Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.ErrorResponse
-
Packages that use ErrorResponse Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of ErrorResponse in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return ErrorResponse Modifier and Type Method Description ErrorResponseErrorResponseException. body()ErrorResponseOperation. errorResponse()Get the errorResponse value.ErrorResponseErrorResponse. withError(ErrorResponseError error)Set the error value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with parameters of type ErrorResponse Modifier and Type Method Description OperationOperation. withErrorResponse(ErrorResponse errorResponse)Set the errorResponse value.Constructors in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with parameters of type ErrorResponse Constructor Description ErrorResponseException(String message, retrofit2.Response<okhttp3.ResponseBody> response, ErrorResponse body)Initializes a new instance of the ErrorResponseException class.
-