Class ResourceManagementErrorWithDetails
- java.lang.Object
-
- com.microsoft.azure.management.resources.ResourceManagementErrorWithDetails
-
public class ResourceManagementErrorWithDetails extends Object
The detailed error message of resource management.
-
-
Constructor Summary
Constructors Constructor Description ResourceManagementErrorWithDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcode()Get the code value.List<ResourceManagementErrorWithDetails>details()Get the details value.Stringmessage()Get the message value.Stringtarget()Get the target value.
-
-
-
Method Detail
-
code
public String code()
Get the code value.- Returns:
- the code value
-
message
public String message()
Get the message value.- Returns:
- the message value
-
target
public String target()
Get the target value.- Returns:
- the target value
-
details
public List<ResourceManagementErrorWithDetails> details()
Get the details value.- Returns:
- the details value
-
-