Specify "errorData"

Hi,

I sometimes throw an error in my API service like this:
image
That works very well and I get the following response:
image

I was wondering: where does the “errorData” in the response come from. I don’t need it in my response so I would prefer not to have it there. If I can’t remove it, how would I be able to fill it?

Just trying to understand more about what I’m doing :slight_smile:
Thanks!

Hello @app.monster

Unfortunately, you can not control this field. This field is filled by the server.
Why it is problem to ignore it? Mb I will find a solution

Regards,
Viktor

Hi Viktor,

thanks for the reply. I can ignore it indeed but it felt unnecessary to me so I wanted to understand its purpose.
I appreciate you looking for a solution :slight_smile: