Error/Warning output
{
"code": 200,
"data": {
"error": {
"error": {
"messages": [
{
"code": 1001,
"message": [
"the equilibrium calculation failed to converge"
]
},
{
"code": 1001,
"message": [
"the T, P calculation did not converge"
]
}
]
},
"warning": {
"messages": [
{
"code": 1001,
"message": [
"the maximum number of iterations were exceeded"
]
}
]
}
}
},
"message": "Results returned successfully",
"status": "SUCCESS"
}Last updated
Was this helpful?