You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now our API follow RESTful standards. But encoutered with some problem that we can not easily recognize bussiness error and system error. Should we separate business errors from system errors, and return 200 with status: false for business errors? Or change the return content to make it more compliant with the Restful API?
The text was updated successfully, but these errors were encountered:
Now our API follow RESTful standards. But encoutered with some problem that we can not easily recognize bussiness error and system error. Should we separate business errors from system errors, and return
200
withstatus: false
for business errors? Or change the return content to make it more compliant with the Restful API?The text was updated successfully, but these errors were encountered: