Skip to content

Commit

Permalink
#841 return error thrown in serDes deserializer (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocastignoli authored Aug 16, 2023
1 parent 268d38a commit d029401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/ajv/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function createAjv(
keyword: 'serdes',
instancePath: ctx.instancePath,
schemaPath: it.schemaPath.str,
message: `format is invalid`,
message: e.message || `format is invalid`,
params: { 'x-eov-req-serdes': ctx.parentDataProperty },
},
];
Expand Down

0 comments on commit d029401

Please sign in to comment.