Error Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. autosuggest. models. Error
- com.
public class Error
Defines the error that occurred.
Method Summary
Modifier and Type | Method and Description |
---|---|
Error |
code()
Get the code value. |
String |
message()
Get the message value. |
String |
moreDetails()
Get the moreDetails value. |
String |
parameter()
Get the parameter value. |
String |
value()
Get the value value. |
Error |
withCode(ErrorCode code)
Set the code value. |
Error |
withMessage(String message)
Set the message value. |
Method Details
code
public ErrorCode code()
Get the code value.
Returns:
message
public String message()
Get the message value.
Returns:
moreDetails
public String moreDetails()
Get the moreDetails value.
Returns:
parameter
public String parameter()
Get the parameter value.
Returns:
value
public String value()
Get the value value.
Returns:
withCode
public Error withCode(ErrorCode code)
Set the code value.
Parameters:
Returns:
withMessage
public Error withMessage(String message)
Set the message value.
Parameters:
Returns:
Applies to
Azure SDK for Java