Uses of Class
com.microsoft.azure.cognitiveservices.search.customsearch.models.Error
-
Packages that use Error Package Description com.microsoft.azure.cognitiveservices.search.customsearch.models This package contains the models classes for BingCustomSearchAPI. -
-
Uses of Error in com.microsoft.azure.cognitiveservices.search.customsearch.models
Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return Error Modifier and Type Method Description ErrorError. withCode(ErrorCode code)Set the code value.ErrorError. withMessage(String message)Set the message value.Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return types with arguments of type Error Modifier and Type Method Description List<Error>ErrorResponse. errors()Get the errors value.Method parameters in com.microsoft.azure.cognitiveservices.search.customsearch.models with type arguments of type Error Modifier and Type Method Description ErrorResponseErrorResponse. withErrors(List<Error> errors)Set the errors value.
-