Hi all,
I noticed that the error format thrown by the API has been changed. My code used to check
response.errors[0].message
but I do see a different error format now
{
“error_code”: “CreateBoardException”,
“status_code”: 400,
“error_message”: “Failed to create board from predefined template”,
“error_data”: {}
}
Is this really changed?
Did I miss any announcement?
Shouldn’t app developers made aware of such important change?
OR are there different error formats for queries and mutations?