Uses of Class
com.microsoft.azure.management.network.Error
-
Packages that use Error Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of Error in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return Error Modifier and Type Method Description ErrorErrorException. body()ErrorAzureAsyncOperationResult. error()Get the error value.ErrorError. withCode(String code)Set the code value.ErrorError. withDetails(List<ErrorDetails> details)Set the details value.ErrorError. withInnerError(String innerError)Set the innerError value.ErrorError. withMessage(String message)Set the message value.ErrorError. withTarget(String target)Set the target value.Methods in com.microsoft.azure.management.network with parameters of type Error Modifier and Type Method Description AzureAsyncOperationResultAzureAsyncOperationResult. withError(Error error)Set the error value.Constructors in com.microsoft.azure.management.network with parameters of type Error Constructor Description ErrorException(String message, retrofit2.Response<okhttp3.ResponseBody> response, Error body)Initializes a new instance of the ErrorException class.
-