Uses of Class
com.azure.core.management.exception.ManagementError
Packages that use ManagementError
Package
Description
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 ManagementErrorModifier and TypeMethodDescriptionstatic ManagementErrorManagementError.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aManagementError.ManagementException.getValue()Methods in com.azure.core.management.exception that return types with arguments of type ManagementErrorModifier and TypeMethodDescriptionList<? extends ManagementError> ManagementError.getDetails()Gets the details for the error.Constructors in com.azure.core.management.exception with parameters of type ManagementErrorModifierConstructorDescriptionManagementException(String message, HttpResponse response, ManagementError value) Initializes a new instance of theManagementExceptionclass.