Documentation Index
Fetch the complete documentation index at: https://docs.helix-db.com/llms.txt
Use this file to discover all available pages before exploring further.
For the complete documentation index optimized for AI agents, see llms.txt.
Non-Object Inner Type
This error occurs when the inner type of an iterable variable is not an object type, preventing field access or object destructuring.Erroneous Code Example
In this example, thenumbers variable contains primitives, not objects, so field access is not allowed.