OperationStatusError Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.OperationStatusError
- com.
public class OperationStatusError
Class for operation status errors.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| OperationStatusError() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
java.util.List<Operation |
additionalInfo()
Get the additional info. |
| java.lang.String |
code()
Get the error code. |
|
java.util.List<Operation |
details()
Get the error details. |
| java.lang.String |
message()
Get the error message. |
Methods inherited from java.lang.Object
Constructor Details
OperationStatusError
public OperationStatusError()
Method Details
additionalInfo
public List<OperationErrorAdditionalInfo> additionalInfo()
Get the additional info.
Returns:
code
public String code()
Get the error code.
Returns:
details
public List<OperationStatusError> details()
Get the error details.
Returns:
message
public String message()
Get the error message.
Returns: