@federicocarboni/saxe
    Preparing search index...

    Interface SaxErrorOptions

    interface SaxErrorOptions {
        attribute?: string;
        cause?: unknown;
        element?: string;
        entity?: string;
    }

    Hierarchy

    • ErrorOptions
      • SaxErrorOptions
    Index

    Properties

    attribute?: string
    cause?: unknown
    element?: string
    entity?: string