Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.ErrorCode
-
Packages that use ErrorCode Package Description com.microsoft.azure.cognitiveservices.search.videosearch.models This package contains the models classes for BingVideoSearchAPI. -
-
Uses of ErrorCode in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return ErrorCode Modifier and Type Method Description ErrorCodeError. code()Get the code value.static ErrorCodeErrorCode. fromString(String value)Parses a serialized value to a ErrorCode instance.static ErrorCodeErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models with parameters of type ErrorCode Modifier and Type Method Description ErrorError. withCode(ErrorCode code)Set the code value.
-