Member Junction
    Preparing search index...
    • Prefer the persisted run's ErrorMessage, then a transport-level errorMessage. Never returns empty string.

      Parameters

      • result: {
            agentRun?: { ErrorMessage?: string };
            errorMessage?: string;
            requestAcknowledged?: boolean;
        }
        • OptionalagentRun?: { ErrorMessage?: string }
        • OptionalerrorMessage?: string
        • OptionalrequestAcknowledged?: boolean

          True when the fire-and-forget mutation returned an ACK before the transport died. False when the request never left the browser (or the ACK never arrived). Undefined for callers that do not know.

      • fallback: string = 'The agent failed without an error message.'

      Returns string