ErrorInnerError Class
- java.
lang. Object - com.
azure. resourcemanager. workloads. models. ErrorInnerError
- com.
Implements
public final class ErrorInnerError
implements JsonSerializable<ErrorInnerError>
Object containing more specific information than the current object about the error.
Constructor Summary
| Constructor | Description |
|---|---|
| ErrorInnerError() |
Creates an instance of Error |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Error |
fromJson(JsonReader jsonReader)
Reads an instance of Error |
| Error |
innerError()
Get the inner |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Error |
withInnerError(Error innerError)
Set the inner |
Methods inherited from java.lang.Object
Constructor Details
ErrorInnerError
public ErrorInnerError()
Creates an instance of ErrorInnerError class.
Method Details
fromJson
public static ErrorInnerError fromJson(JsonReader jsonReader)
Reads an instance of ErrorInnerError from the JsonReader.
Parameters:
Returns:
Throws:
innerError
public Error innerError()
Get the innerError property: Standard error object.
Returns:
toJson
validate
public void validate()
Validates the instance.
withInnerError
public ErrorInnerError withInnerError(Error innerError)
Set the innerError property: Standard error object.
Parameters:
Returns: