Class ErrorDetails
java.lang.Object
com.microsoft.azure.management.network.ErrorDetails
Common error details representation.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncode()Get error code.message()Get error message.target()Get error target.Set error code.withMessage(String message) Set error message.withTarget(String target) Set error target.
- 
Constructor Details- 
ErrorDetailspublic ErrorDetails()
 
- 
- 
Method Details- 
codeGet error code.- Returns:
- the code value
 
- 
withCodeSet error code.- Parameters:
- code- the code value to set
- Returns:
- the ErrorDetails object itself.
 
- 
targetGet error target.- Returns:
- the target value
 
- 
withTargetSet error target.- Parameters:
- target- the target value to set
- Returns:
- the ErrorDetails object itself.
 
- 
messageGet error message.- Returns:
- the message value
 
- 
withMessageSet error message.- Parameters:
- message- the message value to set
- Returns:
- the ErrorDetails object itself.
 
 
-