ev-recharge-sdk
Version:
This API Product provides the option to manage charging at all public Shell Recharge locations. The end points provides control to start, stop and get status of the charging session.
19 lines • 669 B
JavaScript
;
/**
* Shell EVLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.ServiceunavailableError = void 0;
var tslib_1 = require("tslib");
var core_1 = require("../core");
var ServiceunavailableError = /** @class */ (function (_super) {
tslib_1.__extends(ServiceunavailableError, _super);
function ServiceunavailableError() {
return _super !== null && _super.apply(this, arguments) || this;
}
return ServiceunavailableError;
}(core_1.ApiError));
exports.ServiceunavailableError = ServiceunavailableError;
//# sourceMappingURL=serviceunavailableError.js.map