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 class
ErrorResponseError
The error object.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return Error Modifier and Type Method Description Error
Error. withCode(ErrorCodeType code)
Set the code value.Error
Error. withDetails(List<Error> details)
Set the details value.Error
Error. withInnerError(InnerErrorModel innerError)
Set the innerError value.Error
Error. withMessage(String message)
Set the message value.Error
Error. 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 Error
Error. withDetails(List<Error> details)
Set the details value.
-