Here is what I have now:
console.log(JSON.stringify(errorParam))
{"data":{"message":"{\"ErrorLine\":113,\"ErrorMessage\":\"Authentication Failed\",\"ErrorNumber\":50004,\"ErrorProcedure\":\"start_test\"}"},"status":400,"statusText":"Bad Request"}
I know about JSON.stringify but how can I convert this back into an object from a string?