Remove error code inference in DataSourceException.
The inference is used when nesting DataSourceExceptions. It is removed because nesting does not add additional value in surfacing the exceptions, and it is better to assign an error code at the throw site (in the "leaf" or the bottom most data source). PiperOrigin-RevId: 386919118
Showing
with
106 additions
and
137 deletions
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment