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 = {
        type: "channelError";
        message: string;
    }
    Index

    Properties

    Properties

    type: "channelError"
    message: string