日志服务(SLS)部分Error Code优化公告
Sep 26, 2025
日志服务影响时间
变更内容
日志服务(SLS)计划于北京时间2025年10月9日 - 2025年11月1日期间逐步对于以下错误码进行优化,以便于用户基于返回错误码信息判断异常原因。
具体包括:
(1)访问回收站中project资源(包括对回收站中Project操作的API(如UpdateProject)以及对回收站中Project子资源操作的API(如UpdateLogStore)
原错误信息:
code:ProjectForbidden
message: project [project name] has been forbidden
新错误信息:
code: ProjectInRecycleBin
message: The project '[project name]' is in recycle bin and cannot be accessed. Please restore the project from recycle bin or permanently delete it first.
(2)删除不存在的索引配置(对应API:DeleteIndex) :
原错误信息:
code:InternalServerError
message: log store index is not created
新错误信息:
code: IndexConfigNotExist
message: The index configuration does not exist for this logstore.
(3)更新不存在的索引配置 (对应API:UpdateIndex) :
原错误信息:
code:InternalServerError
message: log store index is not created
新错误信息:
code: IndexConfigNotExist
message: The index configuration does not exist for this logstore.