我想在 Postman 控制台中记录所有错误消息
I Want To Log All Error Message in Postman console
大家好,我是 Postman 新手
我想在 Postman 控制台中记录所有错误消息
我有很多错误信息作为回应
代码是什么我不知道如何记录所有错误
This is The Response
顺便说一句,这是我的代码
new one
你可以做到
const errors = _.map(Data.errors, _.property("message"));
console.log(errors);
结果:
大家好,我是 Postman 新手 我想在 Postman 控制台中记录所有错误消息 我有很多错误信息作为回应 代码是什么我不知道如何记录所有错误
This is The Response
顺便说一句,这是我的代码
new one
你可以做到
const errors = _.map(Data.errors, _.property("message"));
console.log(errors);
结果: