UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

7 lines 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.API_NOT_AUTHORISED = exports.API_NO_RESPONSE = exports.API_ERROR = void 0; exports.API_ERROR = 'BROKER_UNEXPECTED_ERROR'; exports.API_NO_RESPONSE = 'BROKER_NO_RESPONSE'; exports.API_NOT_AUTHORISED = 'BROKER_NOT_AUTHORISED'; //# sourceMappingURL=apiErrors.js.map