OperationStatusError Class
- java.
lang. Object - com.
azure. resourcemanager. resourcemover. models. OperationStatusError
- com.
Implements
public final class OperationStatusError
implements JsonSerializable<OperationStatusError>
Class for operation status errors.
Constructor Summary
| Constructor | Description |
|---|---|
| OperationStatusError() |
Creates an instance of Operation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Operation |
additionalInfo()
Get the additional |
| String |
code()
Get the code property: The error code. |
|
List<Operation |
details()
Get the details property: The error details. |
|
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
| String |
message()
Get the message property: The error message. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
OperationStatusError
public OperationStatusError()
Creates an instance of OperationStatusError class.
Method Details
additionalInfo
public List<OperationErrorAdditionalInfo> additionalInfo()
Get the additionalInfo property: The additional info.
Returns:
code
public String code()
Get the code property: The error code.
Returns:
details
public List<OperationStatusError> details()
Get the details property: The error details.
Returns:
fromJson
public static OperationStatusError fromJson(JsonReader jsonReader)
Reads an instance of OperationStatusError from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: The error message.
Returns:
toJson
validate
public void validate()
Validates the instance.