@designliquido/xpath
    Preparing search index...

    Interface ErrorCodeMetadata

    XPath Error Code Reference (Phase 7.1)

    Comprehensive listing of all error codes and their meanings per W3C specs. Reference: https://www.w3.org/TR/xpath20/#errors

    interface ErrorCodeMetadata {
        code: string;
        namespace: "err" | "fn";
        type: "static" | "dynamic" | "type";
        section: string;
        title: string;
        description: string;
        example?: string;
    }
    Index

    Properties

    code: string
    namespace: "err" | "fn"
    type: "static" | "dynamic" | "type"
    section: string
    title: string
    description: string
    example?: string