@tikoci/centrs
    Preparing search index...

    Interface ExplainRefusal

    A refusal. It carries its reason and nothing that would read as a reading.

    interface ExplainRefusal {
        arguments?: undefined;
        command?: undefined;
        kind?: undefined;
        resolution: "ambiguous" | "unknown";
        transport?: undefined;
        unresolved: string;
    }
    Index

    Properties

    arguments?: undefined

    No command was read, so nothing here is an argument OF one.

    command?: undefined
    kind?: undefined
    resolution: "ambiguous" | "unknown"
    transport?: undefined

    No command was read, so no transport can be classified.

    unresolved: string

    Why the analyzer refused.