Receipt Message
The Receipt Message is the asynchronous receipt that is sent after processing update type messages.
Last updated
Was this helpful?
Was this helpful?
//===== [ws] Begin Unifi Auto Generated Code =====//
/*
* This code (between the Begin and End comments) is generated from the
* Field and Field mapping records which are configured as part of the integration.
*
* All code either above or below the comments will be automatically maintained
* through the build cycle.
*
* WARNING: Do not edit the Begin or End comments.
*/
if (x_snd_eb.ws_console.hasError()) {
var errors = x_snd_eb.ws_console.get({type: 'error'});
if (errors.length) {
throw errors[0];
}
}
//===== [ws] End Unifi Auto Generated Code =====//