错误码 错误码格式 当用户访问API出现错误时,会返回给用户相应的错误码和错误信息,便于定位问题,并做出适当的处理。请求发生错误时通过Response Body返回详细错误信息,遵循如下格式: 参数名 类型 说明 code String 表示具体错误类型。 message String 有关该错误的详细说明。 requestId String 导致该错误的requestId。
400 非法的网络实例ID GrantNotFoundException The grant instance is not exist 404 网络实例的授权规则不存在 RegionInvalidException The region is not exist 400 非法的region GrantStatusNotAllowDeleteException The status of grant
id 实例名称不符合要求 OperationDenied The instance status cannot be deleted 403 实例当前状态不允许被删除 Please release the mount point before releasing the instance 释放实例前,
错误码 当用户访问API出现错误时,会返回给用户相应的错误码和错误信息,便于定位问题,并做出适当的处理。
错误码 请求发生错误时通过respone body返回详细错误信息,遵循如下格式: 参数名 类型 说明 code String 错误码 message String 错误描述 requestId String 本次请求的requestId 示例: Plain Text 复制 1 { 2 "requestId" : "ae2225f7-1c2e-427a-a1ad-5413b762957d
错误返回 错误返回格式 通用错误返回格式如下: JSON 复制 1 { 2 requestId : <bce-request-id> , 3 code : <error-code> , 4 message : <error-message> 5 } MCA错误返回码 错误返回码 错误消息 HTTP状态码 说明 AccessDenied You have no
所有接口的错误码说明 错误码 错误信息 详情与建议 1 Unknown error 服务器内部错误,请再次请求,如果持续出现此类错误,请通过QQ群(458967388)或工单联系技术支持团队解决 2 Service temporarily unavailable 服务暂不可用,请再次请求,如果持续出现此类错误,请通过QQ群(458967388)或工单联系技术支持团队解决 3 Unsupported
常见错误码 常见错误码 1、错误码BDCloudAVAuthFailure = 20000,可能是因为licenseID与.license不对应 ,请去官网比对 2、错误码BDCloudAVAuthLicenseMiss = 20004,项目中没有找到.license文件 3、错误码BDCloudAVAuthLicenseExpired = 20006,可能是licenseId配置成了包名,请区分licenseId
常见错误码 常见错误码 1、错误码BDCloudAVAuthFailure = 20000,可能是因为licenseID与.license不对应 ,请去官网比对 2、错误码BDCloudAVAuthLicenseMiss = 20004,项目中没有找到.license文件 3、错误码BDCloudAVAuthLicenseExpired = 20006,可能是licenseId配置成了包名,请区分licenseId
返回参数 参数名称 参数类型 描述 errorlogs List<OpenapiErrorlog> 错误日志对象 OpenapiErrorlog 参数名称 参数类型 描述 errorlogId String 错误日志id errorlogSizeInBytes Long 错误日志大小 errorlogStartTime String 错误日志开始时间 errorlogEndTime String