@typia/website
    Preparing search index...

    Error occurred in the composition.

    interface IError {
        description?: string;
        messages: string[];
        name: string;
        parameters: object;
    }
    Index

    Properties

    description?: string

    Description of the failed function.

    messages: string[]

    Error messages.

    The reason why the function is failed to be convert.

    name: string

    Name of the failed function.

    parameters: object

    Parameters of the function.