Sanity Library Reference Docs
    Preparing search index...

    Type Alias ChannelErrorEvent

    An error occurred. This is different from a network-level error (which will be emitted as 'error'). Possible causes are things such as malformed filters, non-existant datasets or similar.

    type ChannelErrorEvent = {
        message: string;
        type: "channelError";
    }
    Index

    Properties

    Properties

    message: string
    type: "channelError"