prorm API Reference
    Preparing search index...

    Class GraphCapabilityError

    Typed error thrown when a relational feature has no meaningful graph equivalent and cannot be emulated via traversal (e.g. arbitrary SQL joins on a pure graph, materialized views, row-level-security policies).

    Hierarchy (View Summary)

    Index
    code: ErrorCode

    Unique error code for programmatic handling

    parent?: Error

    Original error that caused this error

    sql?: string

    SQL query that caused the error

    metadata?: Record<string, unknown>

    Additional error properties

    original?: string

    The original database error message

    feature: string
    dialect: string