Class DefaultErrorResponseErrorDetailsItem
- java.lang.Object
-
- com.microsoft.azure.management.appservice.DefaultErrorResponseErrorDetailsItem
-
public class DefaultErrorResponseErrorDetailsItem extends Object
Detailed errors.
-
-
Constructor Summary
Constructors Constructor Description DefaultErrorResponseErrorDetailsItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcode()Get standardized string to programmatically identify the error.Stringmessage()Get detailed error description and debugging information.Stringtarget()Get detailed error description and debugging information.
-
-
-
Method Detail
-
code
public String code()
Get standardized string to programmatically identify the error.- Returns:
- the code value
-
message
public String message()
Get detailed error description and debugging information.- Returns:
- the message value
-
target
public String target()
Get detailed error description and debugging information.- Returns:
- the target value
-
-