ErrorAdditionalInfo Class
- java.
lang. Object - com.
azure. maps. render. models. ErrorAdditionalInfo
- com.
Implements
public final class ErrorAdditionalInfo
implements JsonSerializable<ErrorAdditionalInfo>
The resource management error additional info.
Constructor Summary
| Constructor | Description |
|---|---|
| ErrorAdditionalInfo() |
Creates an instance of Error |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Error |
fromJson(JsonReader jsonReader)
Reads an instance of Error |
| Object |
getInfo()
Get the info property: The additional info. |
| String |
getType()
Get the type property: The additional info type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
ErrorAdditionalInfo
public ErrorAdditionalInfo()
Creates an instance of ErrorAdditionalInfo class.
Method Details
fromJson
public static ErrorAdditionalInfo fromJson(JsonReader jsonReader)
Reads an instance of ErrorAdditionalInfo from the JsonReader.
Parameters:
Returns:
Throws:
getInfo
public Object getInfo()
Get the info property: The additional info.
Returns:
getType
public String getType()
Get the type property: The additional info type.
Returns: