Uses of Class
com.azure.core.management.exception.ManagementError
-
Packages that use ManagementError Package Description com.azure.core.management.exception Package containing the error types for Azure ARM client. -
-
Uses of ManagementError in com.azure.core.management.exception
Methods in com.azure.core.management.exception that return ManagementError Modifier and Type Method Description ManagementErrorManagementException. getValue()Methods in com.azure.core.management.exception that return types with arguments of type ManagementError Modifier and Type Method Description List<? extends ManagementError>ManagementError. getDetails()Constructors in com.azure.core.management.exception with parameters of type ManagementError Constructor Description ManagementException(String message, HttpResponse response, ManagementError value)Initializes a new instance of theManagementExceptionclass.
-