קוד שגיאה
MISSING_REQUIRED_FIELD
חסר שדה חובה
Missing required field
A field marked required was empty/null/undefined in the submitted payload.
Common causes
- Frontend form submitted before all fields filled.
- Optional in old schema, required after a migration.
What to do
Surface the missing field name to the user. Update API clients to match the latest schema.
חסר שדה חובה
שדה שמסומן כחובה היה ריק/null/undefined בפיילוד.
סיבות נפוצות
- טופס נשלח לפני מילוי כל השדות.
- שדה אופציונלי הפך חובה אחרי מיגרציה.
פעולה מומלצת
הציגו את שם השדה החסר למשתמש. עדכנו לקוחות API לסכמה האחרונה.