UNPKG

caccl-send-request

Version:

The default request sender used throughout the CACCL project.

12 lines 371 B
"use strict"; // Highest error code: CSR3 Object.defineProperty(exports, "__esModule", { value: true }); var ErrorCode; (function (ErrorCode) { ErrorCode["NotConnected"] = "CSR1"; ErrorCode["SelfSigned"] = "CSR2"; ErrorCode["ResponseParseError"] = "CSR3"; })(ErrorCode || (ErrorCode = {})); ; exports.default = ErrorCode; //# sourceMappingURL=ErrorCode.js.map