We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268d38a commit d029401Copy full SHA for d029401
src/framework/ajv/index.ts
@@ -97,7 +97,7 @@ function createAjv(
97
keyword: 'serdes',
98
instancePath: ctx.instancePath,
99
schemaPath: it.schemaPath.str,
100
- message: `format is invalid`,
+ message: e.message || `format is invalid`,
101
params: { 'x-eov-req-serdes': ctx.parentDataProperty },
102
},
103
];
0 commit comments