Error code E0383
Note: this error code is no longer emitted by the compiler.
This error occurs when an attempt is made to partially reinitialize a structure that is currently uninitialized.
For example, this can happen when a drop has taken place:
ⓘ
This error can be fixed by fully reinitializing the structure in question: