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
* Base result type used by services to indicate success or failure.
23
+
* <p>
24
+
* Service operations should generally never throw checked exceptions. Instead, they should return concrete result types
25
+
* and raise unchecked exceptions only when an unexpected event happens, such as a programming error.
25
26
*
26
-
* Service operations should generally never throw checked exceptions. Instead, they should return concrete result types and raise unchecked exceptions only when an
27
-
* unexpected event happens, such as a programming error.
0 commit comments