Class ResponseWithError
java.lang.Object
com.microsoft.azure.management.monitor.ResponseWithError
An error response from the API.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ResponseWithError
public ResponseWithError()
-
-
Method Details
-
error
Get error information.- Returns:
- the error value
-
withError
Set error information.- Parameters:
error
- the error value to set- Returns:
- the ResponseWithError object itself.
-