ComputerVisionErrorCodes type
Define valores para ComputerVisionErrorCodes. Os valores possíveis incluem: 'InvalidRequest', 'InvalidArgument', 'InternalServerError', 'ServiceUnavailable'
type ComputerVisionErrorCodes =
| "InvalidRequest"
| "InvalidArgument"
| "InternalServerError"
| "ServiceUnavailable"