azure-kusto-data
Version:
Azure Data Explorer Query SDK
11 lines • 457 B
TypeScript
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