QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    Immutable Java-parity context for an ingress rejection or data loss.

    interface QwpSenderError {
        appliedPolicy: QwpSenderErrorPolicy;
        category: QwpSenderErrorCategory;
        detectedAtMs: number;
        fromFsn?: bigint;
        messageSequence?: bigint;
        quarantinedPath?: string;
        serverMessage?: string;
        serverStatusByte?: number;
        tableName?: string;
        toFsn?: bigint;
    }
    Index

    Properties

    appliedPolicy: QwpSenderErrorPolicy
    detectedAtMs: number
    fromFsn?: bigint

    Inclusive stable store-and-forward frame-sequence range.

    messageSequence?: bigint
    quarantinedPath?: string

    Preserved on-disk bytes for a data-loss/quarantine notification.

    serverMessage?: string
    serverStatusByte?: number
    tableName?: string
    toFsn?: bigint