Marmot-TS
    Preparing search index...

    Type Alias UnreadableIngestResult

    An event that could not be decrypted or processed after all retry attempts

    type UnreadableIngestResult = {
        errors: unknown[];
        event: NostrEvent;
        kind: "unreadable";
    }
    Index

    Client - Group

    Client - Group

    errors: unknown[]

    All errors captured across every retry attempt, in chronological order

    event: NostrEvent

    The event that could not be processed

    kind: "unreadable"