There are some API questions remaining to be resolved, but we would like to display errors in a relatively nice way on the instance create form.
Right now the API only gives one error at a time, and it's pretty barebones:
{
"request_id": "56f2d804-4c19-4413-a062-588bc91a5c32",
"error_code": null,
"message": "unable to parse body: name requires at least one character at line 1 column 107"
}
Work on this ticket should probably wait until the API can give errors on multiple fields at once.