interface IOperationErrorItem {
    errorMessage?: string;
    objectId?: number;
}

Implemented by

Properties

errorMessage?: string

The short description of the error.

objectId?: number

The ID of the entry to which the error is related.