public final class ResultInfo extends Object
| Constructor and Description |
|---|
ResultInfo(Integer code,
Integer subcode,
String message)
Initializes a new instance of ResultInfo.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCode()
Get the code property: Gets the result code For synchronous failures, this maps one-to-one with HTTP
responses.
|
String |
getMessage()
Get the message property: Gets the message The message is a detail explanation of subcode.
|
Integer |
getSubcode()
Get the subcode property: Gets the result subcode.
|
public Integer getCode()
public Integer getSubcode()
public String getMessage()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.