AWS m2 documentation change
Summary
Added two new error codes (BA-B2003, BA-B2004) related to index persistence issues
Security assessment
This adds error code documentation for runtime errors. While persistence layer accessibility is mentioned, there's no indication of security vulnerabilities being addressed.
Diff
diff --git a/m2/latest/userguide/ba-runtime-error-codes-b.md b/m2/latest/userguide/ba-runtime-error-codes-b.md index f019c95b1..e76781956 100644 --- a//m2/latest/userguide/ba-runtime-error-codes-b.md +++ b//m2/latest/userguide/ba-runtime-error-codes-b.md @@ -20,0 +21,2 @@ Key | Severity | Text | Additional details +`BA-B2003` | Error | Couldn't commit indexes correctly on table. Verify that the persistence layer (database or Redis) is accessible and that the index table exists | +`BA-B2004` | Error | The index was not found in persistence. Verify that the persistence layer (database or Redis) is accessible and that the index table exists |