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: src/content/docs/mobile-client/architecture/error-handling.mdx
+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
@@ -16,7 +16,7 @@ All exceptions that represent business logic or data fetching errors are subtype
16
16
-`OperationFailedException`: A general-purpose exception for other server-side or unexpected failures.
17
17
18
18
<Aside>
19
-
You can find the full set of standardized exceptions in the `packages/core/lib/src/exceptions/` directory.
19
+
The full set of standardized exceptions is defined in the `core` shared package. After you have cloned the `core` repository locally, you can find them in its `lib/src/exceptions/` directory.
0 commit comments