UNPKG

azure-kusto-ingest

Version:
9 lines 290 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export class IngestionPropertiesValidationError extends Error { constructor(message) { super(message); this.name = "IngestionPropertiesValidationError"; } } //# sourceMappingURL=errors.js.map