What does this error mean? I cannot find anything on the internet about this. It's a very unhelpful error message.
This is the code that it refers to the line has been marked:
- folders_res_0 = invokeurl
[
<this line> url :"" + base_egnyte_url + "/v1/fs/Shared/BKNG-" + input.Auto_Gen_Booking_ID_Number + folder_name + ""
type :POST
parameters:parameters_for_folders_map.toString()
headers:headers_map
];
It came after I created a function that did a call to an api. I don't know why it'd do that.
I hope you can help me b/c it's really frustrating.