RSX Code Reference
    Preparing search index...
    • rsx
    • SchemaParseFailure

    Interface SchemaParseFailure

    Failed schema parse result containing a validation error.

    interface SchemaParseFailure {
        error: string;
        ok: false;
    }
    Index
    error: string

    Human-readable validation error.

    ok: false

    Indicates that parsing failed.