Nikolay Sokolov created GRIFFIN-199:
---------------------------------------
Summary: [UI] Non-descriptive message when job creation failed
Key: GRIFFIN-199
URL: https://issues.apache.org/jira/browse/GRIFFIN-199
Project: Griffin (Incubating)
Issue Type: Bug
Reporter: Nikolay Sokolov
When job creation fails, non-descriptive pop-up is shown with message "Error:
Error when creating job!".
At the same time, API error contains "code", "error" and "message" fields,
which could be useful part of this message:
{code:none}
{
"timestamp":1537912602882,
"status":400,
"error":"Bad Request",
"code":"40010",
"message":"Property 'cron.expression' is invalid",
"path":"/api/v1/jobs"
}
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)