Hi
I have successfully created a custom connector.
The connector is used in a canvas app and works correctly.
Of course the app validates all the inputs, but just in case I forgot something, I would like to display an error message for the users.
But I am not able to get the error message provided by the API.
Example:
This code edits a contact in a SaaS-Application:
Set (var_TestAPIV1, EditxxxxxxContact_1.EditxxxxxContact(46,{Accept: "application/json",contact_type_id:46}));
The error message might look like the following:
I want to display the following error message to the end-user:
"The form could not be saved due to the following errors - contact_type_ID: Diese Eingabe ist nicht korrekt".
(Even though I am not using a form, the message says, that the form could not be saved....)
So how can I get the error message from the API and display it to the end users?
Any help is highly appreciated.
Thank you.

Report
All responses (
Answers (