@graffiti-garden/wrapper-synchronize
    Preparing search index...

    Interface GraffitiObjectStreamErrorInternal

    An error that can occur in a GraffitiObjectStream.

    interface GraffitiObjectStreamError {
        error: Error;
        origin: string;
    }
    Index

    Properties

    Properties

    error: Error

    The error that occurred while streaming data.

    origin: string

    The origin that the error occurred. It will include the scheme of the Graffiti implementation used and other implementation-specific information like a hostname.