Description
Display Dialog with title, "Error deleting workspace"
Show error message and validations
show button to send the use to workspace parameters page
Example error message:
{
"message": "Unable to validate parameters",
"validations": [
{
"field": "Coder Image",
"detail": "Immutable parameter changed; Parameter "Coder Image" is not mutable, so it can't be updated after creating a workspace."
},
{
"field": "Region",
"detail": "Immutable parameter changed; Parameter "Region" is not mutable, so it can't be updated after creating a workspace."
}
]
}