The result of trying to assign fields to the entry.

interface ISetFields {
    exceptions?: APIServerException[];
    fieldCount?: number;
}

Implemented by

Properties

exceptions?: APIServerException[]

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

fieldCount?: number

The number of fields assigned to the entry.