Sanity Library Reference Docs
    Preparing search index...

    Interface OperationErrorBeta

    interface OperationError {
        error: Error;
        id: string;
        type: "error";
    }
    Index

    Properties

    Properties

    error: Error
    id: string
    type: "error"