Class DefaultErrorResponseError
- java.lang.Object
-
- com.microsoft.azure.management.appservice.DefaultErrorResponseError
-
public class DefaultErrorResponseError extends Object
Error model.
-
-
Constructor Summary
Constructors Constructor Description DefaultErrorResponseError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcode()Get standardized string to programmatically identify the error.List<DefaultErrorResponseErrorDetailsItem>details()Get the details value.Stringinnererror()Get more information to debug error.Stringmessage()Get detailed error description and debugging information.Stringtarget()Get detailed error description and debugging information.DefaultErrorResponseErrorwithDetails(List<DefaultErrorResponseErrorDetailsItem> details)Set the details value.
-
-
-
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
-
details
public List<DefaultErrorResponseErrorDetailsItem> details()
Get the details value.- Returns:
- the details value
-
withDetails
public DefaultErrorResponseError withDetails(List<DefaultErrorResponseErrorDetailsItem> details)
Set the details value.- Parameters:
details- the details value to set- Returns:
- the DefaultErrorResponseError object itself.
-
innererror
public String innererror()
Get more information to debug error.- Returns:
- the innererror value
-
-