ComputerVisionError interface
The API request error.
Properties
code | The error code. Possible values include: 'InvalidRequest', 'InvalidArgument', 'InternalServerError', 'ServiceUnavailable' |
innererror | Inner error contains more specific information. |
message | A message explaining the error reported by the service. |
Property Details
code
The error code. Possible values include: 'InvalidRequest', 'InvalidArgument', 'InternalServerError', 'ServiceUnavailable'
code: ComputerVisionErrorCodes
Property Value
innererror
Inner error contains more specific information.
innererror?: ComputerVisionInnerError
Property Value
message
A message explaining the error reported by the service.
message: string
Property Value
string