LinuxSuRen / api-testing

YAML based API testing tool. 开源接口调试、测试工具。Mock Server

Home Page:https://linuxsuren.github.io/api-testing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Optimize] Optimize backend return error message

yuluo-yx opened this issue · comments

Description:

The error logs returned from the back-end to the front-end in the current project are not clear and are not favorable to users

eg:

"[(root): name is required (root): Additional property archives is not allowed (root): Additional property before is not allowed (root): Additional property builds is not allowed (root): Additional property changelog is not allowed (root): Additional property checksum is not allowed (root): Additional property snapshot is not allowed]"

It's actually caused by the presence of a redundant yaml in the binary file.

So, imo, It is necessary to optimize error messages for a better user experience.

This issue has been open 30 days with no activity. This will be closed in 7 days.

This issue has been automatically marked as stale because it hasn't had any recent activity.If you think this should still be open, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. Thank you for your interest and contribution to the api-testing.