קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
blockly > UnattachedFieldError
מחלקה UnattachedFieldError
מייצג שגיאה שבה השדה מנסה לגשת לחסימה שלו או למידע על החסימה שלו לפני שהשדה צורף בפועל לחסימה הזו.
Signature:
export declare class UnattachedFieldError extends Error
הארכה: שגיאה
ה-constructor של המחלקה הזו מסומן כפנימי. אסור לקוד של צד שלישי לקרוא ישירות ל-constructor או ליצור מחלקות משנה שמרחיבות את המחלקה UnattachedFieldError
.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["The `UnattachedFieldError` class represents an error that occurs when a field attempts to access its block or block information prematurely, before being attached. It extends the standard `Error` class. Direct instantiation or subclassing of `UnattachedFieldError` by external code is prohibited, as its constructor is internal. The error signifies an issue with the field's attachment state within the Blockly environment.\n"],null,[]]