MoveResourceErrorBody Class

Definition

An error response from the Azure Migrate service.

public class MoveResourceErrorBody
type MoveResourceErrorBody = class
Public Class MoveResourceErrorBody
Inheritance
MoveResourceErrorBody

Constructors

MoveResourceErrorBody()

Initializes a new instance of the MoveResourceErrorBody class.

MoveResourceErrorBody(String, String, String, IList<MoveResourceErrorBody>)

Initializes a new instance of the MoveResourceErrorBody class.

Properties

Code

Gets an identifier for the error. Codes are invariant and are intended to be consumed programmatically.

Details

Gets a list of additional details about the error.

Message

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

Target

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

Applies to