UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

11 lines 593 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FATAL = exports.REPO_NOT_FOUND = exports.NO_RECORDS = exports.QUERY_ERR = exports.REDIS_ERR = exports.REDUCE_ERR = exports.INVALID_ARG = void 0; exports.INVALID_ARG = 'invalid input argument'; exports.REDUCE_ERR = 'fail to reduce to currentState'; exports.REDIS_ERR = 'unknown redis error'; exports.QUERY_ERR = 'fail to exec query'; exports.NO_RECORDS = 'norecord exists'; exports.REPO_NOT_FOUND = 'entity repo not found'; exports.FATAL = '[FATAL_DATA_INTEGRITY_ERROR]'; //# sourceMappingURL=constants.js.map