UNPKG

azure-kusto-data

Version:
11 lines 457 B
export declare class KustoAuthenticationError extends Error { inner: Error | undefined; tokenProviderName: string; context: Record<string, any>; constructor(message: string, inner: Error | undefined, tokenProviderName: string, context: Record<string, any>); } export declare class ThrottlingError extends Error { inner: Error | undefined; constructor(message: string, inner: Error | undefined); } //# sourceMappingURL=errors.d.ts.map