MCPcopy Create free account
hub / github.com/Exrick/xpay / getErrorMessage

Function getErrorMessage

xpay-code/src/main/resources/static/swagger/swagger-ui.js:25037–25040  ·  view source on GitHub ↗
(details)

Source from the content-addressed store, hash-verified

25035 }
25036
25037 function getErrorMessage (details) {
25038 details = details ? ': ' + details : '';
25039 return '<!-- invalid XML' + details + ' -->';
25040 }
25041
25042 function createSchemaXML (name, definition, models, config) {
25043 var $ref = _.isObject(definition) ? definition.$ref : null;

Callers 5

wrapTagFunction · 0.85
createArrayXMLFunction · 0.85
createPrimitiveXMLFunction · 0.85
createObjectXMLFunction · 0.85
createSchemaXMLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected