ISPO SDK
    Preparing search index...

    Interface ConnectorExecuteOutcomeUnknown

    Markdown

    The provider may have accepted a write even though its reply was lost. This is a resolved result rather than a thrown denial so callers cannot mistake uncertainty for permission to retry.

    interface ConnectorExecuteOutcomeUnknown {
        code: "dispatch-timeout" | "connection-lost";
        kind: "outcome-unknown";
        retry: "never-automatic";
    }
    Index
    code: "dispatch-timeout" | "connection-lost"
    kind: "outcome-unknown"
    retry: "never-automatic"