Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
[SuiteScript 2.0 Restlet] Some exceptions are not json decodable
Hi NetSuite, we are using SuiteScript 2.0 restlet to do some crud operations with NS, and we observe restlet exceptions are returned in json type, however we observe some exceptions are not valid json. e.g.
{"error" : {"code" : "DATE_EXPECTED", "message" : "{\\"type\\":\\"error.SuiteScriptError\\",\\"name\\":\\"DATE_EXPECTED\\",\\"message\\":\\"You entered \\\'null\\\' into a field where a calendar date was expected.\\\\nPlease go back and change this value to the correct date.\\",\\"id\\":\\"\\",\\"stack\\":[\\"Error\\n at RecordInvoker.save (suitescript/resources/javascript/record/serverRecordService.js:371:13)\\n at NetSuiteObject.thenableFunction() (suitescript/resources/javascript/record/proxy.js:115:24)\\n at createRecord (/SuiteApps/com.ziphq.zipintegration/zip_integration.js:246:22)\\n at Object.post (/SuiteApps/com.ziphq.zipintegration/zip_integration.js:333:16)\\"],\\"cause\\":{\\"type\\":\\"internal error\\",\\"code\\":\\"DATE_EXPECTED\\",\\"details\\":\\"You entered \\\'null\\\' into a field where a calendar date was expected.\\\\nPlease go back and change this value to the correct date.\\",\\"userEvent\\":null,\\"stackTrace\\":[\\"Error\\n at RecordInvoker.save (suitescript/resources/javascript/record/serverRecordService.js:371:13)\\n at NetSuiteObject.thenableFunction() (suitescript/resources/javascript/record/proxy.js:115:24)\\n at createRecord (/SuiteApps/com.ziphq.zipintegration/zip_integration.js:246:22)\\n at Object.post (/SuiteApps/com.ziphq.zipintegration/zip_integration.js:333:16)\\"],\\"notifyOff\\":false},\\"notifyOff\\":false,\\"userFacing\\":true}"}}