Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
return status and/or fault ?
hi,
Normally when there is a problem the NS will return fault messages (as by the SOAP standard). But what I also encountered is that even if i dont have fault the operation can still be failing f.e.
{
'status' => {
'statusDetail' => {
'message' => 'A record with the same unique signatures already exists. You must enter unique signatures for each record you create.',
'code' => 'USER_ERROR'
}
}
};
see no fault, but still error..
My question is, how can I figure out when I have error in these cases.. ?
i.e. how to distinguish them from successful execution, so I can add the required error handling code ?
0