@fabric-es/fabric-cqrs
Version:
Hyperledger Fabric middleware for event sourcing and cqrs pattern
8 lines (7 loc) • 417 B
TypeScript
export declare const INVALID_ARG = "invalid input argument";
export declare const REDUCE_ERR = "fail to reduce to currentState";
export declare const REDIS_ERR = "unknown redis error";
export declare const QUERY_ERR = "fail to exec query";
export declare const NO_RECORDS = "norecord exists";
export declare const REPO_NOT_FOUND = "entity repo not found";
export declare const FATAL = "[FATAL_DATA_INTEGRITY_ERROR]";