你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MoveResourceErrorBody Class

  • java.lang.Object
    • com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceErrorBody

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<MoveResourceErrorBody> 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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

the code value

details

public List<MoveResourceErrorBody> details()

Get a list of additional details about the error.

Returns:

the details value

message

public String message()

Get a message describing the error, intended to be suitable for display in a user interface.

Returns:

the message value

target

public String target()

Get the target of the particular error. For example, the name of the property in error.

Returns:

the target value

Applies to