Skip to content

Commit d029401

Browse files
#841 return error thrown in serDes deserializer (#842)
1 parent 268d38a commit d029401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework/ajv/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function createAjv(
9797
keyword: 'serdes',
9898
instancePath: ctx.instancePath,
9999
schemaPath: it.schemaPath.str,
100-
message: `format is invalid`,
100+
message: e.message || `format is invalid`,
101101
params: { 'x-eov-req-serdes': ctx.parentDataProperty },
102102
},
103103
];

0 commit comments

Comments
 (0)