The result of trying to create the entry.

interface IEntryCreate {
    entryId?: number;
    exceptions?: LfRepositoryClientV1.APIServerException[];
}

Implemented by

Properties

entryId?: number

The id of the created entry. If the id is 0, then the entry was not created.

The list of exceptions that occured when trying to perform the operation.