How to write the description of the error in a custom app?

Hello,

I am creating a custom app and I try to write the description in the error. I tried various options but none seem to open the body correctly and write in this case : “conflict between request and current state of the listing”.

Any idea of what to write in place of “{{body.errors[0].error}}” ?



Hello Alexandre,

Could you try updating the error path to this value instead: {{body.meta.errors[1].error}}

3 Likes

It does work ! Thank you very much :slight_smile: