Uses of Class
com.microsoft.azure.keyvault.models.KeyVaultError
-
Packages that use KeyVaultError Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of KeyVaultError in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return KeyVaultError Modifier and Type Method Description KeyVaultError
KeyVaultErrorException. body()
Constructors in com.microsoft.azure.keyvault.models with parameters of type KeyVaultError Constructor Description KeyVaultErrorException(String message, retrofit2.Response<okhttp3.ResponseBody> response, KeyVaultError body)
Initializes a new instance of the KeyVaultErrorException class.
-