Announcement on Partial Error Code Optimization in Simple Log Service
Sep 26, 2025
Simple Log ServiceAffected Time
Optimization Details
Simple Log Service (SLS) will gradually optimize the following error codes between October 9, 2025, and November 1, 2025 (Beijing Time) to enhance exception diagnosis based on returned error information.
Specific optimizations include:
(1) Accessing project resources in recycle bin(Including APIs for projects in recycle bin (e.g. UpdateProject) and APIs for sub-resources under such projects (e.g. UpdateLogStore))
Original error message:
code: ProjectForbidden
message: project [project name] has been forbidden
Optimized error message:
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) Deleting non-existent index configuration (API: DeleteIndex):
Original error message:
code: InternalServerError
message: log store index is not created
Optimized error message:
code: IndexConfigNotExist
message: The index configuration does not exist for this logstore.
(3) Updating non-existent index configuration (API: UpdateIndex):
Original error message:
code: InternalServerError
message: log store index is not created
Optimized error message:
code: IndexConfigNotExist
message: The index configuration does not exist for this logstore.















