Skip to content

Commit 7f1caed

Browse files
!CouchbaseError (#245)
1 parent 9e06f47 commit 7f1caed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/howtos/pages/caching-example.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public async Task<ActionResult<string>> Get(int id)
7575
----
7676

7777
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.
7979

8080
// TODO: convert to include statements, and actually show returning error codes from http
8181
[source,csharp]

0 commit comments

Comments
 (0)