Preparing search index...

    Error result specifically for authentication-required pages.

    interface AuthenticationRequiredError {
        message: string;
        type: "AuthenticationRequired";
        host: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: string
    type: "AuthenticationRequired"
    host: string