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
Copy file name to clipboardExpand all lines: modules/howtos/pages/caching-example.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public async Task<ActionResult<string>> Get(int id)
75
75
----
76
76
77
77
We can also improve the POST function to deal with some of the errors it may encounter.
78
-
Even if something unexpected happens, we can still be helpful by including the error in the 500 response, by catching any `CouchbaseError` as a fallback.
78
+
Even if something unexpected happens, we can still be helpful by including the error in the 500 response, by catching any `CouchbaseException` as a fallback.
79
79
80
80
// TODO: convert to include statements, and actually show returning error codes from http
0 commit comments