@cap-js/asyncapi
Version:
CAP tool for AsyncAPI
13 lines (11 loc) • 603 B
JavaScript
const errorMessages = {
APPLICATION_NAMESPACE: 'Default application namespace is used.',
NAMESPACE_MISMATCH: 'ORD and AsyncAPI namespaces should be same.',
TITLE_VERSION_MERGED: 'Preset for Title and Version info needs to be added when merged flag is used.',
NO_EVENTS: 'No events found in the service.',
UNSUPPORTED_VERSION: 'The version value provided is unsupported.',
NO_SERVICES: 'There are no service definitions found in the given model(s).',
MERGED_FLAG: 'Merged flag cannot be used with single service definition.',
};
module.exports = errorMessages;
;