Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions data-explorer/kusto/api/netfx/kusto-data-client-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Kusto.Data exceptions
description: This article describes Kusto.Data exceptions.
ms.reviewer: yogilad
ms.topic: reference
ms.date: 08/11/2024
ms.date: 05/20/2026
ms.custom: sfi-ropc-nochange
---
# Kusto.Data exceptions
Expand Down Expand Up @@ -137,7 +137,7 @@ All service exceptions have a **Failure code** of `0`, no **Failure subcode**, a
| `WeakConsistencyEntityNotFoundException` | Indicates a failure to locate an entity in weak consistency mode. |
| `KustoDataStreamException` | Generic exception that carries error information inside a Kusto Data Stream. |
| `KustoRequestThrottledException` | The request is denied due to throttling. </br> **Failure code**: 429 </br> **Failure subcode**: TooManyRequests </br> **Permanence**: False |
| `KustoServicePartialQueryFailureIllFormattedDataException` | Carries error information inside a Kusto Data Stream indicating ill-formatted data. </br> **Failure code**: 400 </br> **Failure subcode**:IllFormattedData </br> **Permanence**: True|
| `KustoServicePartialQueryFailureLimitsExceededException` | Carries error information inside a Kusto Data Stream indicating that limits have been exceeded. </br> **Failure code**: 400 </br> **Failure subcode**: LimitsExceeded </br> **Permanence**: True|
| `KustoServicePartialQueryFailureLowMemoryConditionException` |Carries error information inside a Kusto Data Stream indicating low memory conditions. </br> **Failure code**: 400 </br> **Failure subcode**: LowMemoryCondition </br> **Permanence**: True|
| `KustoServicePartialQueryFailureIllFormattedDataException` | Carries error information inside a Kusto Data Stream indicating ill-formatted data. </br> **Failure code**: 400 </br> **Failure subcode**:IllFormattedData </br> **Permanence**: False |
| `KustoServicePartialQueryFailureLimitsExceededException` | Carries error information inside a Kusto Data Stream indicating that limits have been exceeded. </br> **Failure code**: 400 </br> **Failure subcode**: LimitsExceeded </br> **Permanence**: False |
| `KustoServicePartialQueryFailureLowMemoryConditionException` |Carries error information inside a Kusto Data Stream indicating low memory conditions. </br> **Failure code**: 400 </br> **Failure subcode**: LowMemoryCondition </br> **Permanence**: False |
| `KustoServiceTimeoutException` | Raised when request execution has timed-out on the service side. </br> **Failure code**: 504 </br> **Failure subcode**: RequestExecutionTimeout </br> **Permanence**: False |
2 changes: 1 addition & 1 deletion data-explorer/kusto/set-timeout-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Set a custom server timeout in Power BI Desktop.

### Prerequisites

* [Power BI Desktop](https://powerbi.microsoft.com/get-started/)
* [Power BI Desktop](https://powerbi.microsoft.com/getting-started-with-power-bi/)

### Set timeout length

Expand Down
2 changes: 1 addition & 1 deletion data-explorer/power-bi-data-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this article, you'll learn about the different ways in which you can connect

* A Microsoft account or a Microsoft Entra user identity. An Azure subscription isn't required.
* An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md).
* [Power BI Desktop](https://powerbi.microsoft.com/get-started).
* [Power BI Desktop](https://powerbi.microsoft.com/getting-started-with-power-bi).

## Connectivity modes

Expand Down
2 changes: 1 addition & 1 deletion data-explorer/power-bi-dynamic-m.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In this article, you'll start with a new Power BI project and use the sample dat
You need the following to complete this article:

* A Microsoft account or a Microsoft Entra user identity to sign in to the [help cluster](https://dataexplorer.azure.com/clusters/help/databases/Samples).
* [Power BI Desktop](https://powerbi.microsoft.com/get-started/) (select **DOWNLOAD FREE**)
* [Power BI Desktop](https://powerbi.microsoft.com/getting-started-with-power-bi/) (select **DOWNLOAD FREE**)
* [Enabling Dynamic M query parameters](/power-bi/connect-data/desktop-dynamic-m-query-parameters#enabling-dynamic-m-query-parameters)

## Add direct query connection to KQL function
Expand Down
2 changes: 1 addition & 1 deletion data-explorer/power-bi-sql-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you don't have an Azure subscription, create a [free Azure account](https://a
You need the following to complete this article:

* A Microsoft account or a Microsoft Entra user identity to sign in to the [help cluster](https://dataexplorer.azure.com/clusters/help/databases/Samples).
* [Power BI Desktop](https://powerbi.microsoft.com/get-started/) (select **DOWNLOAD FREE**)
* [Power BI Desktop](https://powerbi.microsoft.com/getting-started-with-power-bi/)

## Get data from Azure Data Explorer

Expand Down
2 changes: 1 addition & 1 deletion data-explorer/visualize-power-bi-archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In addition to a Power BI subscription, you need the following to complete this
* A Microsoft account or a Microsoft Entra user identity. An Azure subscription isn't required.
* An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md).
* [The StormEvents sample data](web-ui-samples-query.md). [!INCLUDE [data-explorer-storm-events](includes/data-explorer-storm-events.md)].
* [Power BI Desktop](https://powerbi.microsoft.com/get-started/) (select **DOWNLOAD FREE**).
* [Power BI Desktop](https://powerbi.microsoft.com/getting-started-with-power-bi/)

## Render visuals in Azure Data Explorer

Expand Down