Set broken.ignored no such actor class is IS_USER_ERROR#6503
Conversation
|
The generated output of |
|
Now I have a thorough understanding of the change. Let me analyze the correctness: What the PR does: When an actor is constructed with a class name that doesn't exist in the worker's exported classes, the exception is now tagged with Analysis:
The code is clean, follows existing patterns, and the comments are clear and accurate. I don't see any actionable issues. LGTM |
256dd11 to
09fb522
Compare
09fb522 to
b48cd28
Compare
This error "no such actor class" represents a permanent, irrecoverable failure caused by an actor class that was renamed/removed but alarm persists in storage. We should mark is as user error.