The result of trying to assign a template to the entry.

interface ISetTemplate {
    exceptions?: APIServerException[];
    template?: string;
}

Implemented by

Properties

exceptions?: APIServerException[]

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

template?: string

The name of the template assigned to the entry. If this is null, then no template was assigned.