Preparing search index...

    Recipe that failed during parsing

    interface FailedDiscoveryRecipe {
        url: string;
        title: string;
        error: string;
    }
    Index

    Properties

    Properties

    url: string

    URL of the recipe that failed

    title: string

    Title of the failed recipe

    error: string

    Error message describing the failure