Uses of Class
com.microsoft.azure.cognitiveservices.search.customsearch.models.ErrorResponse
-
Packages that use ErrorResponse Package Description com.microsoft.azure.cognitiveservices.search.customsearch.models This package contains the models classes for BingCustomSearchAPI. -
-
Uses of ErrorResponse in com.microsoft.azure.cognitiveservices.search.customsearch.models
Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return ErrorResponse Modifier and Type Method Description ErrorResponseErrorResponseException. body()ErrorResponseErrorResponse. withErrors(List<Error> errors)Set the errors value.Constructors in com.microsoft.azure.cognitiveservices.search.customsearch.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.
-