Uses of Class
com.microsoft.azure.keyvault.models.Error
-
Packages that use Error Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of Error in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return Error Modifier and Type Method Description Error
CertificateOperation. error()
Get the error value.Error
KeyVaultError. error()
Get the error value.Error
Error. innerError()
Get the innerError value.Methods in com.microsoft.azure.keyvault.models with parameters of type Error Modifier and Type Method Description CertificateOperation
CertificateOperation. withError(Error error)
Set the error value.
-