Encrypted Pouch - v0.1.0
    Preparing search index...

    Interface DecryptionErrorEvent

    Information about a decryption error

    interface DecryptionErrorEvent {
        docId: string;
        error: Error;
        rawDoc: any;
    }
    Index

    Properties

    Properties

    docId: string

    Full PouchDB document ID (table_id format)

    error: Error

    The error that occurred during decryption

    rawDoc: any

    The raw encrypted document from PouchDB