Feature Description
If there is an Error field in the response, it means that the API call failed. For example:
{
"Response": {
"Error": {
"Code": "AuthFailure.SignatureFailure",
"Message": "The provided credentials could not be validated. Please check your signature is correct."
},
"RequestId": "ed93f3cb-f35e-473f-b9f3-0d451b8b79c6"
}
}
Code in Error indicates the error code, and Message indicates the specific information of the error.
Error Code List
Common Error Codes
| Error codes | Description |
|---|---|
| AuthFailure.InvalidSecretId | Invalid key (not a Cloud API key type). |
| AuthFailure.MFAFailure | MFA failed. |
| AuthFailure.SecretIdNotFound | Key does not exist. Check if the key has been deleted or disabled in the console, and if not, check if the key is correctly entered. Note that whitespaces should not exist before or after the key. |
| AuthFailure.SignatureExpire | Signature expired. Timestamp and server time cannot differ by more than five minutes. Please ensure your current local time matches the standard time. |
| AuthFailure.SignatureFailure | Invalid signature. Signature calculation error. Please ensure you've followed the signature calculation process described in the Signature API documentation. |
| AuthFailure.TokenFailure | Token error. |
| AuthFailure.UnauthorizedOperation | The request does not have CAM authorization. |
| DryRunOperation | DryRun Operation. It means that the request would have succeeded, but the DryRun parameter was used. |
| FailedOperation | Operation failed. |
| InternalError | Internal error. |
| InvalidAction | The API does not exist. |
| InvalidParameter | Incorrect parameter. |
| InvalidParameterValue | Invalid parameter value. |
| LimitExceeded | Quota limit exceeded. |
| MissingParameter | A parameter is missing. |
| NoSuchVersion | The API version does not exist. |
| RequestLimitExceeded | The number of requests exceeds the frequency limit. |
| ResourceInUse | Resource is in use. |
| ResourceInsufficient | Insufficient resource. |
| ResourceNotFound | The resource does not exist. |
| ResourceUnavailable | Resource is unavailable. |
| UnauthorizedOperation | Unauthorized operation. |
| UnknownParameter | Unknown parameter. |
| UnsupportedOperation | Unsupported operation. |
| UnsupportedProtocol | HTTPS request method error. Only GET and POST requests are supported. |
| UnsupportedRegion | API does not support the requested region. |
Service Error Codes
| Error codes | Description |
|---|---|
| InvalidParameterValue.MissingVpcParameter | VPC parameter missing. |
| ResourceInsufficient.TagLimitExceeded | Insufficient resources: The number of tags for this resource has reached the limit. |
| InvalidParameterValue.MissingZoneOrZoneId | Region error. Either (Zone) or (Zone_id) must be selected. |
| InvalidParameterValue.InvalidSubnetId | Invalid subnet ID. |
| AuthFailure | CAM signature/authentication error |
| InvalidParameterValue.FsNameLimitExceeded | User-defined name too long (exceeds 64 bytes). |
| InvalidParameterValue.AutoPolicyNotFound | The snapshot policy does not exist. |
| InvalidParameterValue.MissingKmsKeyId | Key ID or ARN missing. |
| ResourceInsufficient.SubnetIpAllOccupied | No available IP under this subnet. |
| InvalidParameterValue.InvalidPgroup | The permission group does not belong to the user. |
| InvalidParameterValue.MissingFileSystemId | FileSystemId missing. |
| InvalidParameterValue.InvalidFsStatus | Invalid file system status. |
| InvalidParameterValue.InvalidProtocol | Protocol error. |
| InvalidParameterValue | Invalid parameter value |
| InvalidParameterValue.InvalidPgroupId | Invalid permission group ID. |
| InvalidParameterValue.MissingFsParameter | FileSystem missing. |
| FailedOperation.PgroupIsUpdating | The permission group is being updated. |
| InvalidParameterValue.InvalidMountTargetIp | Invalid mount target IP. |
| UnsupportedOperation.UnauthorizedCfsQcsRole | CFS role not authorized. |
| InvalidParameterValue.DuplicatedPgroupName | Duplicate permission group name. |
| ResourceNotFound.SnapNotFound | The snapshot is not found. |
| InvalidParameterValue.FsSizeLimitExceeded | The file system quota exceeds the limit. |
| InternalError.BillingJipingInterfaceQuotaFail | The measurement quota is insufficient. |
| ResourceInsufficient.RegionSoldOut | Region resources sold out. |
| InternalError.Timeout | Timed out. |
| InvalidParameterValue.InvalidZoneOrZoneId | Invalid availability zone or availability zone ID. |
| InvalidParameterValue.InvalidPgroupName | Invalid permission group name. |
| ResourceNotFound.PgroupNotFound | Permission group does not exist. |
| FailedOperation.MountTargetExists | Mount target exists in the file system. |
| InvalidParameter.ClientTokenLimitExceeded | Parameter value error: The string for ensuring request idempotency exceeds the length limit (64 bytes). |
| InvalidParameterValue.MissingNameOrDescinfo | Permission group name and description cannot both be empty. |
| InvalidParameterValue.InvalidFileSystemId | Invalid FileSystemId. |
| InvalidParameterValue.InvalidParamDayOfWeek | The value of DayOfWeek is invalid. |
| InvalidParameterValue.UnavailableRegion | This availability zone cannot provide service. |
| InvalidParameterValue.InvalidSnapStatus | Invalid snapshot status |
| InvalidParameterValue.MissingStorageResourcePkg | No storage package is bound. |
| FailedOperation.BindResourcePkgFailed | Failed to bind the resource package to the file system. |
| InvalidParameterValue.InvalidAuthClientIp | Rule IP error. |
| ResourceInsufficient | Insufficient resources |
| InvalidParameterValue.PgroupDescinfoLimitExceeded | Permission group description exceeds the length limit (255 bytes). |
| InvalidParameter | Wrong parameter. |
| InvalidParameterValue.PgroupNameLimitExceeded | Permission group name exceeds the length limit (64 bytes). |
| ResourceInsufficient.RuleLimitExceeded | The number of rules exceeds the limit. |
| ResourceNotFound.SnapNotExit | Snapshot does not exist. |
| ResourceInsufficient.PgroupNumberLimitExceeded | The number of permission groups has reached the limit. |
| InternalError.GetAccountStatusFailed | Failed to obtain user fee status. |
| InvalidParameterValue.InvalidStorageType | Storage type error. |
| InvalidParameterValue.MissingPgroupName | Permission group name cannot be empty. |
| AuthFailure.UnauthorizedOperation | Request lacks CAM authorization. |
| ResourceInsufficient.FileSystemLimitExceeded | The number of file systems has reached the limit. |
| UnsupportedOperation.OutOfService | Out of service due to overdue payment. Top up and try again. |
| InvalidParameterValue.MissingSubnetidOrUnsubnetid | SUBNETID and UNSUBNETID cannot both be empty. |
| InternalError | Internal error |
| InvalidParameterValue.InvalidRwPermission | Read/Write permission setting error. |
| FailedOperation.UntagResourceFailed | Operation failure: Failed to unbind the resource tag. |
| InvalidParameterValue.InvalidVip | The specified VIP is unavailable. |
| ResourceNotFound | The resource does not exist |
| InvalidParameter.InvalidClientToken | Parameter value error: The string for ensuring request idempotency is incorrect. |
| InvalidParameterValue.MissingVpcidOrUnvpcid | VPCID and UNVPCID cannot both be empty. |
| InvalidParameterValue.MissingZoneId | ZoneID missing. |
| InvalidParameterValue.SnapSrcFsBusy | The original FS of the snapshot is busy. |
| ResourceNotFound.FsNotExist | File system does not exist. |
| InvalidParameterValue.InvalidFsName | Invalid user-defined name. |
| MissingParameter | Missing parameter error. |
| FailedOperation.PgroupInUse | Permission group already bound to the file system. |
| FailedOperation.ClientTokenInUse | Operation failure: Resources are being created. |
| InvalidParameterValue.InvalidZoneId | Invalid availability zone. |
| InvalidParameterValue.InvalidFsSizeLimit | Invalid file system quota. |
| InvalidParameterValue.InvalidPerMode | Invalid storage type. |
| InternalError.CreateFsFailed | Failed to create the file system. |
| InvalidParameterValue.MissingAppidOrUin | APPID and UIN cannot both be empty. |
| InvalidParameterValue.InvalidVpcParameter | VPC parameter error. |
| InvalidParameter.InvalidTagKey | Parameter value error: Tag key cannot be empty. |
| UnsupportedOperation.UnverifiedUser | User not authenticated with real name. |
| InvalidParameterValue.UnavailableZone | This region cannot provide service. |
| InvalidParameterValue.InvalidRegionZoneInfo | Region error. Either (ZoneName) or (ZoneId, Region) must be selected. |
| InvalidParameterValue.InvalidNetInterface | Invalid network type. |
| UnsupportedOperation | Operation unsupported. |
| InvalidParameterValue.RuleNotMatchPgroup | Permission group rules and permission group do not match. |
| InternalError.SnapshotPolicyNameLimitExceeded | The length of the snapshot policy name exceeds the limit. |
| InvalidParameterValue.InvalidUserPermission | User permissions setting error. |
| InvalidParameterValue.InvalidEncrypted | Encryption parameter error. |
| InvalidParameterValue.DuplicatedRuleAuthClientIp | Duplicate rule IP. |
| InvalidParameterValue.ZoneIdRegionNotMatch | ZoneId and Region do not match. |
| FailedOperation | Operation failed |
| InvalidParameterValue.InvalidPriority | Priority setting error. |
| ResourceNotFound.RuleNotFound | Permission rule does not exist. |
| ResourceNotFound.MountTargetNotFound | Mount target does not exist. |
| InvalidParameterValue.InvalidVpcId | Invalid VPCID. |
| ResourceNotFound.FileSystemNotFound | The file system does not exist. |