public class KustoServiceQueryError
extends com.azure.core.exception.AzureException
| Constructor and Description |
|---|
KustoServiceQueryError(String message) |
KustoServiceQueryError(String message,
List<RuntimeException> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
static KustoServiceQueryError |
fromOneApiErrorArray(com.fasterxml.jackson.databind.node.ArrayNode jsonExceptions,
boolean isOneApi) |
List<RuntimeException> |
getExceptions() |
boolean |
isPermanent() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic KustoServiceQueryError(String message, List<RuntimeException> exceptions)
public KustoServiceQueryError(String message)
public static KustoServiceQueryError fromOneApiErrorArray(com.fasterxml.jackson.databind.node.ArrayNode jsonExceptions, boolean isOneApi)
public List<RuntimeException> getExceptions()
public boolean isPermanent()
Copyright © 2025. All rights reserved.