prisma-encrypter
Version:
Lightweight encryption solution for Prisma
8 lines • 400 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EEncrypterErrors = void 0;
var EEncrypterErrors;
(function (EEncrypterErrors) {
EEncrypterErrors["MissingIVField"] = "Impossible to get the IV Field in the response data, please Select or Include it";
})(EEncrypterErrors || (exports.EEncrypterErrors = EEncrypterErrors = {}));
//# sourceMappingURL=errors.js.map