Uses of Class
com.azure.resourcemanager.keyvault.models.Error
Packages that use Error
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of Error in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return ErrorModifier and TypeMethodDescriptionstatic ErrorError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Error from the JsonReader.Error.getInnerError()Get the innerError property: The inner error, contains a more specific error code.ErrorException.getValue()Constructors in com.azure.resourcemanager.keyvault.models with parameters of type ErrorModifierConstructorDescriptionErrorException(String message, com.azure.core.http.HttpResponse response, Error value) Initializes a new instance of the ErrorException class.