Class DefaultErrorResponseError
java.lang.Object
com.microsoft.azure.management.appservice.DefaultErrorResponseError
Error model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()
Get standardized string to programmatically identify the error.details()
Get the details value.Get more information to debug error.message()
Get detailed error description and debugging information.target()
Get detailed error description and debugging information.Set the details value.
-
Constructor Details
-
DefaultErrorResponseError
public DefaultErrorResponseError()
-
-
Method Details
-
code
Get standardized string to programmatically identify the error.- Returns:
- the code value
-
message
Get detailed error description and debugging information.- Returns:
- the message value
-
target
Get detailed error description and debugging information.- Returns:
- the target value
-
details
Get the details value.- Returns:
- the details value
-
withDetails
Set the details value.- Parameters:
details
- the details value to set- Returns:
- the DefaultErrorResponseError object itself.
-
innererror
Get more information to debug error.- Returns:
- the innererror value
-