The result of trying to assign fields to the entry.

interface ISetTags {
    assignedTags?: string[];
    exceptions?: APIServerException[];
}

Implemented by

Properties

assignedTags?: string[]

The tags that were assigned to the entry

exceptions?: APIServerException[]

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