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
It seems that in the following situation resp.obj.message is not set, perhaps because the 500's error is in a non-JSON body.
Error: [[email protected]]: 500:Error undefined
at Object.RESTError (/usr/src/app/node_modules/g11n-pipeline/lib/utils.js:168:11)
at verifyError (/usr/src/app/node_modules/g11n-pipeline/lib/utils.js:140:27)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
Also, the returned Error object should include the entire response.
The text was updated successfully, but these errors were encountered:
It seems that in the following situation
resp.obj.message
is not set, perhaps because the 500's error is in a non-JSON body.Also, the returned Error object should include the entire response.
The text was updated successfully, but these errors were encountered: