Class DriverErrorInfo
- java.lang.Object
-
- com.databricks.jdbc.model.telemetry.DriverErrorInfo
-
public class DriverErrorInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description DriverErrorInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DriverErrorInfosetErrorName(String errorName)DriverErrorInfosetStackTrace(String stackTrace)StringtoString()
-
-
-
Method Detail
-
setErrorName
public DriverErrorInfo setErrorName(String errorName)
-
setStackTrace
public DriverErrorInfo setStackTrace(String stackTrace)
-
-