Uses of Class
com.microsoft.azure.management.network.ErrorDetails
Packages that use ErrorDetails
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ErrorDetails in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ErrorDetailsModifier and TypeMethodDescriptionErrorResponse.error()
Get the error details object.Set error code.ErrorDetails.withMessage
(String message) Set error message.ErrorDetails.withTarget
(String target) Set error target.Methods in com.microsoft.azure.management.network that return types with arguments of type ErrorDetailsMethods in com.microsoft.azure.management.network with parameters of type ErrorDetailsModifier and TypeMethodDescriptionErrorResponse.withError
(ErrorDetails error) Set the error details object.Method parameters in com.microsoft.azure.management.network with type arguments of type ErrorDetailsModifier and TypeMethodDescriptionError.withDetails
(List<ErrorDetails> details) Set error details.