You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
When NetSuite responds in an unexpected way, this library throws an error. Stack trace and error message below.
{
"errorType": "Error",
"errorMessage": "Element [HTML] could not be unmarshalled as is not known in this context and the property does not allow DOM content.",
"stack": [
"Error: Element [HTML] could not be unmarshalled as is not known in this context and the property does not allow DOM content.",
" at Class.unmarshalElement (/var/task/node_modules/jsonix/jsonix.js:2003:11)",
" at Class.unmarshalDocument (/var/task/node_modules/jsonix/jsonix.js:2130:8)",
" at Class.unmarshalString (/var/task/node_modules/jsonix/jsonix.js:2089:15)",
" at deserializeSoapResponse (/var/task/node_modules/@stedi-oss/typesuite/lib/soap.js:50:41)",
" at Object.sendSoapRequest (/var/task/node_modules/@stedi-oss/typesuite/lib/soap.js:85:34)"
]
}
The text was updated successfully, but these errors were encountered:
{
"errorType": "Error",
"errorMessage": "Argument [undefined] does not exist.",
"stack": [
"Error: Argument [undefined] does not exist.",
" at Object.ensureExists (/var/task/node_modules/jsonix/jsonix.js:792:10)",
" at Class.initialize (/var/task/node_modules/jsonix/jsonix.js:1104:22)",
" at new Class (/var/task/node_modules/jsonix/jsonix.js:44:19)",
" at Class.unmarshalDocument (/var/task/node_modules/jsonix/jsonix.js:2124:15)",
" at Class.unmarshalString (/var/task/node_modules/jsonix/jsonix.js:2089:15)",
" at deserializeSoapResponse (/var/task/node_modules/@stedi-oss/typesuite/src/soap.ts:62:50)",
" at Object.sendSoapRequest (/var/task/node_modules/@stedi-oss/typesuite/src/soap.ts:109:28)",
" at processTicksAndRejections (internal/process/task_queues.js:97:5)"
]
}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When NetSuite responds in an unexpected way, this library throws an error. Stack trace and error message below.
The text was updated successfully, but these errors were encountered: