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

    Interface QwpSenderErrorResponseContext

    interface QwpSenderErrorResponseContext {
        appliedPolicy?: QwpSenderErrorPolicy;
        detectedAtMs?: number;
        fromFsn?: bigint;
        messageSequence?: bigint;
        tableName?: string;
        toFsn?: bigint;
    }
    Index

    Properties

    appliedPolicy?: QwpSenderErrorPolicy
    detectedAtMs?: number
    fromFsn?: bigint
    messageSequence?: bigint
    tableName?: string
    toFsn?: bigint