Class Error
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.Error
-
public class Error extends Object
The key vault server error.
-
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcode()Get the code value.ErrorinnerError()Get the innerError value.Stringmessage()Get the message value.
-