Why throwing an error in Async entry point Function gives unexpected error?
Has anyone had an issue using the async keyword in entry point functions such as post or get in RESTlet script types? Our team has noticed that if you make a entry point function like post async, it results in an unexpected error if you throw anything. For example, the simple script below, it is responding with an…