All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.ssl.v20191205.SslErrorCode Maven / Gradle / Ivy

There is a newer version: 3.0.1034
Show newest version
package com.tencentcloudapi.ssl.v20191205;
public enum SslErrorCode {
    // Operation failed.
     FAILEDOPERATION("FailedOperation"),
     
    // You do not have permission to perform this operation.
     FAILEDOPERATION_AUTHERROR("FailedOperation.AuthError"),
     
    // Failed to cancel the order.
     FAILEDOPERATION_CANCELORDERFAILED("FailedOperation.CancelOrderFailed"),
     
    // Failed to delete the certificate because it has been issued.
     FAILEDOPERATION_CANNOTBEDELETEDISSUED("FailedOperation.CannotBeDeletedIssued"),
     
    // Free certificates cannot be deleted within 1 hour after being applied for.
     FAILEDOPERATION_CANNOTBEDELETEDWITHINHOUR("FailedOperation.CannotBeDeletedWithinHour"),
     
    // Failed to get order information. Try again later.
     FAILEDOPERATION_CANNOTGETORDER("FailedOperation.CannotGetOrder"),
     
    // The certificate already exists.
     FAILEDOPERATION_CERTIFICATEEXISTS("FailedOperation.CertificateExists"),
     
    // The certificate is invalid.
     FAILEDOPERATION_CERTIFICATEINVALID("FailedOperation.CertificateInvalid"),
     
    // The certificate and the private key do not match.
     FAILEDOPERATION_CERTIFICATEMISMATCH("FailedOperation.CertificateMismatch"),
     
    // The certificate does not exist.
     FAILEDOPERATION_CERTIFICATENOTFOUND("FailedOperation.CertificateNotFound"),
     
    // The number of free certificates exceeds the maximum value.
     FAILEDOPERATION_EXCEEDSFREELIMIT("FailedOperation.ExceedsFreeLimit"),
     
    // The certificate status is incorrect.
     FAILEDOPERATION_INVALIDCERTIFICATESTATUSCODE("FailedOperation.InvalidCertificateStatusCode"),
     
    // Incorrect parameters.
     FAILEDOPERATION_INVALIDPARAM("FailedOperation.InvalidParam"),
     
    // The CA system is busy. Try again later.
     FAILEDOPERATION_NETWORKERROR("FailedOperation.NetworkError"),
     
    // You do not have the permission to operate on this project.
     FAILEDOPERATION_NOPROJECTPERMISSION("FailedOperation.NoProjectPermission"),
     
    // You have not completed the identity verification.
     FAILEDOPERATION_NOREALNAMEAUTH("FailedOperation.NoRealNameAuth"),
     
    // This order has already been replaced.
     FAILEDOPERATION_ORDERALREADYREPLACED("FailedOperation.OrderAlreadyReplaced"),
     
    // Failed to reissue a certificate.
     FAILEDOPERATION_ORDERREPLACEFAILED("FailedOperation.OrderReplaceFailed"),
     
    // Internal error.
     INTERNALERROR("InternalError");
     
    private String value;
    private SslErrorCode (String value){
        this.value = value;
    }
    /**
     * @return errorcode value
     */
    public String getValue() {
        return value;
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy