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 String
code()
Get the code value.Error
innerError()
Get the innerError value.String
message()
Get the message value.
-