{"record":{"id":"89fb2d962245b018","repo":"hpyhacking/peatio","slug":"doesn-t-match","errorCode":null,"errorMessage":"{} doesn't match {}","messagePattern":"(.+?) doesn't match (.+?)","errorType":"exception","errorClass":"Handlebars.Exception","httpStatus":null,"severity":"error","filePath":"app/assets/javascripts/swagger-ui/lib/handlebars-1.0.0.js","lineNumber":719,"sourceCode":"  // * it is an eligible helper, and\n  // * it has at least one parameter or hash segment\n  this.isHelper = eligibleHelper && (params.length || hash);\n\n  // if a mustache is an eligible helper but not a definite\n  // helper, it is ambiguous, and will be resolved in a later\n  // pass or at runtime.\n};\n\nHandlebars.AST.PartialNode = function(partialName, context) {\n  this.type         = \"partial\";\n  this.partialName  = partialName;\n  this.context      = context;\n};\n\nHandlebars.AST.BlockNode = function(mustache, program, inverse, close) {\n  var verifyMatch = function(open, close) {\n    if(open.original !== close.original) {\n      throw new Handlebars.Exception(open.original + \" doesn't match \" + close.original);\n    }\n  };\n\n  verifyMatch(mustache.id, close);\n  this.type = \"block\";\n  this.mustache = mustache;\n  this.program  = program;\n  this.inverse  = inverse;\n\n  if (this.inverse && !this.program) {\n    this.isInverse = true;\n  }\n};\n\nHandlebars.AST.ContentNode = function(string) {\n  this.type = \"content\";\n  this.string = string;\n};","sourceCodeStart":701,"sourceCodeEnd":737,"githubUrl":"https://github.com/hpyhacking/peatio/blob/dab8641137c008928c835409342519bfef4eae7f/app/assets/javascripts/swagger-ui/lib/handlebars-1.0.0.js#L701-L737","documentation":"Error \"{} doesn't match {}\" thrown in hpyhacking/peatio.","triggerScenarios":"Thrown at app/assets/javascripts/swagger-ui/lib/handlebars-1.0.0.js:719 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Match the closing block tag to the opening one: {{#name}} must be closed by {{/name}} with the identical identifier."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"dab8641137c008928c835409342519bfef4eae7f","analyzedAt":"2026-08-23T09:59:18.005Z","schemaVersion":2},"datasetVersion":"2026-08-23T13:39:53.451Z"}