Errors of bulk edit action.

interface BulkEditActionError {
    errorMessages: string[];
    errors: {
        [key: string]: string;
    };
}

Properties

errorMessages: string[]

The error messages.

errors: {
    [key: string]: string;
}

The errors.