Uses of Class
com.microsoft.azure.cognitiveservices.search.customsearch.models.ErrorSubCode
-
Packages that use ErrorSubCode Package Description com.microsoft.azure.cognitiveservices.search.customsearch.models This package contains the models classes for BingCustomSearchAPI. -
-
Uses of ErrorSubCode in com.microsoft.azure.cognitiveservices.search.customsearch.models
Fields in com.microsoft.azure.cognitiveservices.search.customsearch.models declared as ErrorSubCode Modifier and Type Field Description static ErrorSubCodeErrorSubCode. AUTHORIZATION_DISABLEDStatic value AuthorizationDisabled for ErrorSubCode.static ErrorSubCodeErrorSubCode. AUTHORIZATION_EXPIREDStatic value AuthorizationExpired for ErrorSubCode.static ErrorSubCodeErrorSubCode. AUTHORIZATION_MISSINGStatic value AuthorizationMissing for ErrorSubCode.static ErrorSubCodeErrorSubCode. AUTHORIZATION_REDUNDANCYStatic value AuthorizationRedundancy for ErrorSubCode.static ErrorSubCodeErrorSubCode. BLOCKEDStatic value Blocked for ErrorSubCode.static ErrorSubCodeErrorSubCode. HTTP_NOT_ALLOWEDStatic value HttpNotAllowed for ErrorSubCode.static ErrorSubCodeErrorSubCode. NOT_IMPLEMENTEDStatic value NotImplemented for ErrorSubCode.static ErrorSubCodeErrorSubCode. PARAMETER_INVALID_VALUEStatic value ParameterInvalidValue for ErrorSubCode.static ErrorSubCodeErrorSubCode. PARAMETER_MISSINGStatic value ParameterMissing for ErrorSubCode.static ErrorSubCodeErrorSubCode. RESOURCE_ERRORStatic value ResourceError for ErrorSubCode.static ErrorSubCodeErrorSubCode. UNEXPECTED_ERRORStatic value UnexpectedError for ErrorSubCode.Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return ErrorSubCode Modifier and Type Method Description static ErrorSubCodeErrorSubCode. fromString(String name)Creates or finds a ErrorSubCode from its string representation.ErrorSubCodeError. subCode()Get the subCode value.Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return types with arguments of type ErrorSubCode Modifier and Type Method Description static Collection<ErrorSubCode>ErrorSubCode. values()
-