ComputerVisionError Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ComputerVisionError
- com.
public class ComputerVisionError
The API request error.
Method Summary
Modifier and Type | Method and Description |
---|---|
Computer |
code()
Get the code value. |
Computer |
innererror()
Get the innererror value. |
String |
message()
Get the message value. |
Computer |
withCode(ComputerVisionErrorCodes code)
Set the code value. |
Computer |
withInnererror(ComputerVisionInnerError innererror)
Set the innererror value. |
Computer |
withMessage(String message)
Set the message value. |
Method Details
code
public ComputerVisionErrorCodes code()
Get the code value.
Returns:
innererror
public ComputerVisionInnerError innererror()
Get the innererror value.
Returns:
message
public String message()
Get the message value.
Returns:
withCode
public ComputerVisionError withCode(ComputerVisionErrorCodes code)
Set the code value.
Parameters:
Returns:
withInnererror
public ComputerVisionError withInnererror(ComputerVisionInnerError innererror)
Set the innererror value.
Parameters:
Returns:
withMessage
public ComputerVisionError withMessage(String message)
Set the message value.
Parameters:
Returns:
Applies to
Azure SDK for Java