cloudstack-ui icon indicating copy to clipboard operation
cloudstack-ui copied to clipboard

Unfriendly error messages

Open chewlite opened this issue 6 years ago • 3 comments

  1. Account creation - duplicated user's name in domain Actual result: duplicate in domain Expected result: The user user name already exists in domain domain name

  2. User creation - duplicated user's name in account Actual result: duplicate in account Expected result: The user user name already exists in account account name

  3. VM - expunge of an already expunged vm Actual result: expundeg vm Expected result: VM vm name already expunged

  4. VM - starting the vm of disabled account Actual result: star vm of disabled acc Expected result: You can't start VM because it's owner account name is disabled

  5. Images tags - creating a tag with a key duplicated value via main Add button or via tag edit Actual result: images tag duplicate Expected result: Tag with key key value already exists

Connected Feature ID: account_create account_user_create vm_expunge vm_start image_tag_create image_tag_edit

chewlite avatar Mar 07 '18 03:03 chewlite

All these errors come from the server. So this is not a bug, this requires additional functionality. A possible solution can be is to store error numbers and display our custom messages.

tamazlykar avatar May 22 '18 08:05 tamazlykar

@tamazlykar @ershovaelena Not a bug. Open new feature for each. Don't fix it.

bwsw avatar May 22 '18 15:05 bwsw

VM - select an SSH key for VM which belongs to another account

Actual result: image

HeyRoach avatar Aug 20 '18 05:08 HeyRoach