ErrorCode 错误码 | Message 错误信息 | HTTP 状态 | 语义 |
InvalidDomain.NotFound | The domain provided does not belong to you. | 404 | 域名不存在或不属于当前用户 |
IllegalOperation | Illegal domain operate is not permitted. | 403 | 没有权限执行当前操作 |
ServiceBusy | The specified Domain is configuring, please retry later. | 403 | 域名正在配置中, 请稍后再试 |
InvalidDomain.Offline | The domain provided is offline. | 400 | 域名已下线 |
OperationDenied | Your CDN service is suspended. | 403 | 该账号已经欠费,请充值; |
InvalidServerCertificateStatus.ValueNotSupported | The specified value of parameter Enable is not supported. | 400 | ServerCertificateStatus的值不合法 |
ServerCertificate.MissingParameter | An input parameter ServerCertificate that is mandatory for processing the request is not supplied. | 400 | ServerCertificate参数缺失 |
PrivateKey.MissingParameter | An input parameter PrivateKey that is mandatory for processing the request is not supplied. | 400 | PrivateKey参数却是 |
InvalidCertificate | The Certificate you provided is malformed! | 400 | 证书内容不合法 |
InvalidPrivateKey | The Private Key you provided is malformed! | 400 | 私钥内容不合法 |
Certificate.MissMatch | The Private Key does not math the specified Certificate! | 400 | 证书和私钥不匹配 |
InvalidCertificate.TooLong | The Certificate you provided is over the max length! | 400 | 证书内容超过长度限制 |
InvalidCertName.TooLong | The Certificate name you provided is over the max length 128! | 400 | 证书名称不能超过128个字符. |
SetDomainServerCertificate.ParameterError | Parameters have error. | 400 | 参数错误 |
Certificate.StatusError | Certificate is not exist or its status is error. | 400 | 证书不存在或证书状态错误 |
DeleteFailed | Delete certificate is failed. | 400 | 删除证书失败 |
Certificate.NotFind | Not find the certificate info. | 400 | 没有查到相应证书 |
Certificate.Duplicated | The certificate name is duplicated. | 400 | 证书名称重复 |
Certificate.FormatError | The certificate format is error. | 400 | 证书格式错误 |
Certificate.StatusError | The certificate status is error. | 400 | 证书状态错误 |
Certificate.KeyNull | The private key is not null. | 400 | 私钥不能为空 |
Key.Malformed | The private key format is error. | 400 | 私钥格式错误 |