Member Junction
    Preparing search index...
    interface WorkspaceInitError {
        message: string;
        shouldRetry: boolean;
        type: "no_roles" | "no_access" | "token_expired" | "network" | "unknown";
        userMessage: string;
    }
    Index

    Properties

    message: string
    shouldRetry: boolean
    type: "no_roles" | "no_access" | "token_expired" | "network" | "unknown"
    userMessage: string