Class OneApiError
- java.lang.Object
-
- com.microsoft.azure.kusto.data.exceptions.OneApiError
-
public class OneApiError extends Object
-
-
Constructor Summary
Constructors Constructor Description OneApiError(String code, String message, String description, String type, org.json.JSONObject context, boolean permanent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OneApiErrorfromJsonObject(org.json.JSONObject jsonObject)StringgetCode()org.json.JSONObjectgetContext()StringgetDescription()StringgetMessage()StringgetType()booleanisPermanent()
-
-
-
Method Detail
-
fromJsonObject
public static OneApiError fromJsonObject(org.json.JSONObject jsonObject)
-
getCode
public String getCode()
-
getMessage
public String getMessage()
-
getDescription
public String getDescription()
-
getType
public String getType()
-
getContext
public org.json.JSONObject getContext()
-
isPermanent
public boolean isPermanent()
-
-