vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface RetrieveMessage

    RetrieveResult returns this object, which contains information about the success or failure of the retrieve() call. One object per problem is returned.

    interface RetrieveMessage {
        fileName: string;
        problem: string;
    }
    Index

    Properties

    Properties

    fileName: string

    The name of the file in the retrieved .zip file where a problem occurred.

    problem: string

    A description of the problem that occurred.