Module: Azure::CognitiveServices::ComputerVision::V1_0::Models::ComputerVisionErrorCodes

Defined in:
lib/1.0/generated/azure_cognitiveservices_computervision/models/computer_vision_error_codes.rb

Overview

Defines values for ComputerVisionErrorCodes

Constant Summary collapse

InvalidImageUrl =
"InvalidImageUrl"
InvalidImageFormat =
"InvalidImageFormat"
InvalidImageSize =
"InvalidImageSize"
NotSupportedVisualFeature =
"NotSupportedVisualFeature"
NotSupportedImage =
"NotSupportedImage"
InvalidDetails =
"InvalidDetails"
NotSupportedLanguage =
"NotSupportedLanguage"
BadArgument =
"BadArgument"
FailedToProcess =
"FailedToProcess"
Timeout =
"Timeout"
InternalServerError =
"InternalServerError"
Unspecified =
"Unspecified"
StorageException =
"StorageException"