Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ public static final class ErrorCode {
public static final String INVALID_CREDENTIAL = "17002";
public static final String USER_IS_LOCKED = "17003";
public static final String USER_DELETION_WORKFLOW_CREATED = "17004";
public static final String USER_CLAIMS_UPDATE_WORKFLOW_CREATED = "17005";
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description "## Purpose > $subject" looks like an unexpanded template placeholder and doesn’t describe why this new error code is needed. Please update the PR description to clearly state the use case (e.g., which workflow/API will emit 17005 and under what conditions).

Copilot uses AI. Check for mistakes.

}
}
Loading