Class ErrorResponse
java.lang.Object
com.microsoft.azure.management.network.ErrorResponse
The error object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionerror()
Get the error details object.withError
(ErrorDetails error) Set the error details object.
-
Constructor Details
-
ErrorResponse
public ErrorResponse()
-
-
Method Details
-
error
Get the error details object.- Returns:
- the error value
-
withError
Set the error details object.- Parameters:
error
- the error value to set- Returns:
- the ErrorResponse object itself.
-