Uses of Class
com.microsoft.azure.management.network.Error
Packages that use Error
Package
Description
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 ErrorModifier and TypeMethodDescriptionErrorException.body()
AzureAsyncOperationResult.error()
Get details of the error occurred during specified asynchronous operation.Set error code.Error.withDetails
(List<ErrorDetails> details) Set error details.Error.withInnerError
(String innerError) Set inner error message.Error.withMessage
(String message) Set error message.Error.withTarget
(String target) Set error target.Methods in com.microsoft.azure.management.network with parameters of type ErrorModifier and TypeMethodDescriptionSet details of the error occurred during specified asynchronous operation.Constructors in com.microsoft.azure.management.network with parameters of type ErrorModifierConstructorDescriptionErrorException
(String message, retrofit2.Response<okhttp3.ResponseBody> response, Error body) Initializes a new instance of the ErrorException class.