Uses of Class
com.microsoft.azure.cognitiveservices.search.customsearch.models.ErrorCode
-
Packages that use ErrorCode Package Description com.microsoft.azure.cognitiveservices.search.customsearch.models This package contains the models classes for BingCustomSearchAPI. -
-
Uses of ErrorCode in com.microsoft.azure.cognitiveservices.search.customsearch.models
Fields in com.microsoft.azure.cognitiveservices.search.customsearch.models declared as ErrorCode Modifier and Type Field Description static ErrorCodeErrorCode. INSUFFICIENT_AUTHORIZATIONStatic value InsufficientAuthorization for ErrorCode.static ErrorCodeErrorCode. INVALID_AUTHORIZATIONStatic value InvalidAuthorization for ErrorCode.static ErrorCodeErrorCode. INVALID_REQUESTStatic value InvalidRequest for ErrorCode.static ErrorCodeErrorCode. NONEStatic value None for ErrorCode.static ErrorCodeErrorCode. RATE_LIMIT_EXCEEDEDStatic value RateLimitExceeded for ErrorCode.static ErrorCodeErrorCode. SERVER_ERRORStatic value ServerError for ErrorCode.Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return ErrorCode Modifier and Type Method Description ErrorCodeError. code()Get the code value.static ErrorCodeErrorCode. fromString(String name)Creates or finds a ErrorCode from its string representation.Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return types with arguments of type ErrorCode Modifier and Type Method Description static Collection<ErrorCode>ErrorCode. values()Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models with parameters of type ErrorCode Modifier and Type Method Description ErrorError. withCode(ErrorCode code)Set the code value.
-