{"version":3,"file":"export-response.js","sourceRoot":"","sources":["../../../src/logs/export-response.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport interface IExportLogsServiceResponse {\n  /** ExportLogsServiceResponse partialSuccess */\n  partialSuccess?: IExportLogsPartialSuccess;\n}\n\nexport interface IExportLogsPartialSuccess {\n  /** ExportLogsPartialSuccess rejectedLogRecords */\n  rejectedLogRecords?: number;\n\n  /** ExportLogsPartialSuccess errorMessage */\n  errorMessage?: string;\n}\n"]}