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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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