ComputerVisionErrorCodes type

Define valores para ComputerVisionErrorCodes. Entre los valores posibles se incluyen: 'InvalidRequest', 'InvalidArgument', 'InternalServerError', 'ServiceUnavailable'

type ComputerVisionErrorCodes =
  | "InvalidRequest"
  | "InvalidArgument"
  | "InternalServerError"
  | "ServiceUnavailable"