interface IExportLogsPartialSuccess {
    errorMessage?: string;
    rejectedLogRecords?: number;
}

Properties

errorMessage?: string

ExportLogsPartialSuccess errorMessage

rejectedLogRecords?: number

ExportLogsPartialSuccess rejectedLogRecords