SongGuess
    Preparing search index...

    Type Alias BrowserRunErrorResponse

    Error response for BrowserRun actions.

    type BrowserRunErrorResponse = {
        errors: {
            code?: number;
            detail?: string;
            message: string;
            path?: string;
        }[];
        success: false;
    }
    Index

    Properties

    Properties

    errors: { code?: number; detail?: string; message: string; path?: string }[]
    success: false