Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果您运行 API 服务器,然后客户端发送错误请求,您通常会向他发送400 Bad Request错误,但如果您将消息更改为更具体的消息是否可以接受?
400 Bad Request
例子:
400 Invalid ID
400 Parameter x, y, z is required
400 Minimum length for parameter is x
附加信息的规范位置是响应主体。
使用您自己的代码是有先例的(这对于日志文件分析很方便),但是在响应中添加您喜欢的任何描述都没有错。