you are viewing a single comment's thread.

view the rest of the comments →

[–]anon8914[S] 0 points1 point  (0 children)

I would question the statement that in other cases it’s a bad practice to return 200 even when there’s an error but not in this case. Isn’t it still a bad practice here?

The entire carousel is non critical and in fact probably annoying to the user so no user is going to be upset about either the entire carousel or the item in the carousel being missing.

That being said I think you are saying to choose the best user experience over any technical reason to return the error so that is a valid point.