קוד שגיאה
ASSERTION_FAILED
אישור פנימי נכשל
Internal assertion failed
A code-level invariant was violated. Indicates a bug — never expected in production.
Common causes
- State machine reached an unreachable case.
- Type narrowing narrowed wrong branch.
- Required precondition not enforced upstream.
What to do
File a bug. Reproduce and fix. Do not workaround in callers.
אישור פנימי נכשל
אילוץ פנימי בקוד הופר. מצביע על באג — לא צפוי ב־production.
סיבות נפוצות
- מכונת מצבים הגיעה ל־case לא צפוי.
- Type narrowing התכנס לסעיף שגוי.
- Pre-condition הכרחי לא נאכף במעלה הזרם.
פעולה מומלצת
פתחו בקשה. שחזרו ותקנו. אל תעקפו בקריאות.