A user-interface operation failed — an uninitialised component, a failed render, a missing container.
Code: UI_ERROR. Usually recoverable: the map keeps working without the panel.
UI_ERROR
throw new GeoLeaf.Errors.UIError("Panel render failed: container not found", { panelId: "sidepanel", operation: "render",}); Copy
throw new GeoLeaf.Errors.UIError("Panel render failed: container not found", { panelId: "sidepanel", operation: "render",});
Returns a string representation of an object.
A user-interface operation failed — an uninitialised component, a failed render, a missing container.
Code:
UI_ERROR. Usually recoverable: the map keeps working without the panel.Example