mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-05 06:12:09 +08:00
Currently, response bodies mix trailing newline and no trailing newline, and it kind of works because bin/ubi is written in Ruby and uses IO#puts, which will automatically add a newline if the string being printed does not end with a newline. However, other languages may not have similar behavior, and for consistency, it is best if the server always uses newlines in cli responses.
3 lines
140 B
Text
3 lines
140 B
Text
! Unexpected response status: 400
|
|
Details: Validation failed for following fields: vm_id
|
|
vm_id: VM is already attached to a load balancer
|