zibri
    Preparing search index...

    A validation problem, consisting of the key where the problem is located and a description of the problem.

    type ValidationProblem = {
        key: string;
        message: string;
    }

    Implemented by

    Index

    Properties

    Properties

    key: string

    The key where the problem is located.

    message: string

    The validation problem message.