Interface GraffitiStreamErrorInternal

An error that can occur in either the GraffitiObjectStream or GraffitiChannelStatsStream.

interface GraffitiStreamError {
    error: Error;
    origin: string;
}

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.