Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Display error message in UI when validation fails on deleting a workspace #155

Open
coder/coder
#18654
@jaaydenh

Description

@jaaydenh

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."
}
]
}

Metadata

Metadata

Assignees

Labels

GAcandidate for a GA release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions