UNPKG

@databricks/sql

Version:

Driver for connection to Databricks SQL via Thrift API.

10 lines 439 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const HiveDriverError_1 = __importDefault(require("./HiveDriverError")); class AuthenticationError extends HiveDriverError_1.default { } exports.default = AuthenticationError; //# sourceMappingURL=AuthenticationError.js.map