Type Alias SemanticCompilerUnsupportedCodeExperimental

SemanticCompilerUnsupportedCode:
    | "unsupported-crs"
    | "crs-transform-required"
    | "unsupported-distance"
    | "unsupported-field-type"
    | "unsupported-geometry"
    | "unsupported-native-filter"
    | "unsupported-node"
    | "unsupported-projection"
    | "unsupported-sort"
    | "unsupported-source"

Stable reasons a valid semantic query cannot be represented by a compiler.