CertificateOperationError Class
- java.
lang. Object - com.
azure. security. keyvault. certificates. models. CertificateOperationError
- com.
Implements
public final class CertificateOperationError
implements JsonSerializable<CertificateOperationError>
The CertificateOperationError model.
Constructor Summary
| Constructor | Description |
|---|---|
| CertificateOperationError() |
Creates an instance of Certificate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Certificate |
fromJson(JsonReader jsonReader)
Reads an instance of Certificate |
| String |
getCode()
Get the code property: The error code. |
|
Certificate |
getInnerError()
Get the inner |
| String |
getMessage()
Get the message property: The error message. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
CertificateOperationError
public CertificateOperationError()
Creates an instance of CertificateOperationError class.
Method Details
fromJson
public static CertificateOperationError fromJson(JsonReader jsonReader)
Reads an instance of CertificateOperationError from the JsonReader.
Parameters:
Returns:
Throws:
getCode
public String getCode()
Get the code property: The error code.
Returns:
getInnerError
public CertificateOperationError getInnerError()
Get the innerError property: The key vault server error.
Returns:
getMessage
public String getMessage()
Get the message property: The error message.
Returns: