Hi, the documentation says an exception is thrown if the REST response indicates failure.
send method
A promise is returned in response to the success request status. In case of the failed request (response.status == 500), an exception with an error text is thrown.
How do I catch that error and how would I revert the row or cell to the previous value if, for example, an update/PATCH request failed.
Thanks!