InnerError Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. InnerError
- com.
Implements
public final class InnerError
implements JsonSerializable<InnerError>
Inner Error.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,String> |
additionalInfo()
Get the additional |
| String |
code()
Get the code property: Unique code for this error. |
|
Inner |
embeddedInnerError()
Get the embedded |
|
static
Inner |
fromJson(JsonReader jsonReader)
Reads an instance of Inner |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
additionalInfo
public Map<String,String> additionalInfo()
Get the additionalInfo property: Any Key value pairs that can be provided to the client for additional verbose information.
Returns:
code
public String code()
Get the code property: Unique code for this error.
Returns:
embeddedInnerError
public InnerError embeddedInnerError()
Get the embeddedInnerError property: Child Inner Error, to allow Nesting.
Returns:
fromJson
public static InnerError fromJson(JsonReader jsonReader)
Reads an instance of InnerError from the JsonReader.
Parameters:
Returns:
Throws: