Class CertificateOperationError
- java.lang.Object
-
- com.azure.security.keyvault.certificates.models.CertificateOperationError
-
public final class CertificateOperationError extends Object
Represents the error inCertificateOperation.
-
-
Constructor Summary
Constructors Constructor Description CertificateOperationError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()Get the code.CertificateOperationErrorgetInnerError()Get the inner error.StringgetMessage()Get the message.
-
-
-
Method Detail
-
getCode
public String getCode()
Get the code.- Returns:
- the code
-
getMessage
public String getMessage()
Get the message.- Returns:
- the message
-
getInnerError
public CertificateOperationError getInnerError()
Get the inner error.- Returns:
- the inner error
-
-