@typia/website
    Preparing search index...

    Detailed reason of the error.

    interface IReason {
        accessor: string;
        message: string;
        schema: OpenApi.IJsonSchema;
    }
    Index

    Properties

    accessor: string

    Accessor to the schema.

    message: string

    Message of the reason.

    Schema that caused the error.