Wagtail client-side components
    Preparing search index...

    Error response from an autosave request.

    interface AutosaveErrorResponse {
        error_code: ServerErrorCode | UnhandledServerErrorCode;
        error_message: string;
        success: false;
    }
    Index

    Properties

    error_message: string
    success: false