Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.Error
-
Packages that use Error Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of Error in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Subclasses of Error in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models Modifier and Type Class Description classErrorResponseErrorThe error object.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return Error Modifier and Type Method Description ErrorError. withCode(ErrorCodeType code)Set the code value.ErrorError. withDetails(List<Error> details)Set the details value.ErrorError. withInnerError(InnerErrorModel innerError)Set the innerError value.ErrorError. withMessage(String message)Set the message value.ErrorError. withTarget(String target)Set the target value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return types with arguments of type Error Modifier and Type Method Description List<Error>Error. details()Get the details value.Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with type arguments of type Error Modifier and Type Method Description ErrorError. withDetails(List<Error> details)Set the details value.
-