cleaker
    Preparing search index...

    Interface NamespaceFailedPayload

    Emitted when all surfaces have been tried and the namespace could not be resolved.

    interface NamespaceFailedPayload {
        explain: string;
        namespace: string;
        tried: { origin: string; reason: string }[];
    }
    Index

    Properties

    explain: string

    Human-readable summary of what was tried and why it failed.

    namespace: string
    tried: { origin: string; reason: string }[]