2.2.5.9.1 FailureReason

The FailureReason type represents the reason a failure occurred in the domain infrastructure service.

 <xs:simpleType name="FailureReason">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Unknown" />
     <xs:enumeration value="InvalidCredentials" />
     <xs:enumeration value="InvalidDomainName" />
     <xs:enumeration value="QuotaExceeded" />
     <xs:enumeration value="PurchaseNotStarted" />
     <xs:enumeration value="PurchaseFailed" />
     <xs:enumeration value="PendingCustomerInterventionRequired" />
     <xs:enumeration value="InRenewalCustomerInterventionRequired" />
     <xs:enumeration value="RenewalFailed" />
     <xs:enumeration value="RemoteProviderFailure" />
     <xs:enumeration value="CommunicationFailure" />
     <xs:enumeration value="LocalProviderFailure" />
     <xs:enumeration value="CertificateInstallFailure" />
     <xs:enumeration value="CertificateFileBroken" />
     <xs:enumeration value="CertificateNotTrusted" />
     <xs:enumeration value="CertificateBebeforeValidPeriod" />
     <xs:enumeration value="CertificateNoPrivateKey" />
     <xs:enumeration value="CertificateFileBrokenOrPasswordWrong" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the values for this type.

Value

Description

Unknown

Unknown failure.

InvalidCredentials

User credentials are incorrect.

InvalidDomainName

Domain name is not valid.

QuotaExceeded

Domain names under a user account exceeded the quota.

PurchaseNotStarted

User has not correctly initiated the purchase process.

PurchaseFailed

An error occurred when purchasing the domain name.

PendingCustomerInterventionRequired

Domain setup in progress; customer intervention needed.

InRenewalCustomerInterventionRequired

Domain renewal in progress; customer intervention needed.

RenewalFailed

Domain renewal failed.

RemoteProviderFailure

Remote provider failure.

CommunicationFailure

Communication failure.

LocalProviderFailure

Local provider failure.

CertificateInstallFailure

An error occurred when installing the certificate.

CertificateFileBroken

Certificate file is broken.

CertificateNotTrusted

Certificate is not trusted.

CertificateBebeforeValidPeriod

The current time precedes the valid certificate period.

CertificateNoPrivateKey

Certificate has no private key.

CertificateFileBrokenOrPasswordWrong

Certificate file is broken or the provider password is wrong.