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
Enhance error handling with innerException in DataApiBuilderException (#2621)
## Why make this change?
Having the inner exception makes root causing and debugging easier for
downstream consumers of data-api-builder.
## What is this change?
Added an innerException parameter to the DataApiBuilderException
constructor, passing the original exception (ex). This provides better
context and aids in debugging by preserving the root cause of the error.
0 commit comments