UNPKG

@rapharacing/mw-utils

Version:

Middleware Utils

8 lines 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INTERNAL_FAILURE = exports.INCOMPLETE_SIGNATURE = exports.INVALID_VALUE_ERROR = exports.MANDATORY_PARAMS_ERROR = void 0; exports.MANDATORY_PARAMS_ERROR = "Code and qty are mandatory"; exports.INVALID_VALUE_ERROR = "Invalid value"; exports.INCOMPLETE_SIGNATURE = "IncompleteSignature"; exports.INTERNAL_FAILURE = "InternalFailure"; //# sourceMappingURL=index.js.map