MoveResourceErrorBody Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.MoveResourceErrorBody
- com.
public class MoveResourceErrorBody
An error response from the Azure Migrate service.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| MoveResourceErrorBody() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
code()
Get an identifier for the error. |
|
java.util.List<Move |
details()
Get a list of additional details about the error. |
| java.lang.String |
message()
Get a message describing the error, intended to be suitable for display in a user interface. |
| java.lang.String |
target()
Get the target of the particular error. |
Methods inherited from java.lang.Object
Constructor Details
MoveResourceErrorBody
public MoveResourceErrorBody()
Method Details
code
public String code()
Get an identifier for the error. Codes are invariant and are intended to be consumed programmatically.
Returns:
details
public List<MoveResourceErrorBody> details()
Get a list of additional details about the error.
Returns:
message
public String message()
Get a message describing the error, intended to be suitable for display in a user interface.
Returns:
target
public String target()
Get the target of the particular error. For example, the name of the property in error.
Returns: